Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomitheninja committed Aug 25, 2024
1 parent fa285aa commit 8eb4d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/(routes)/debuginfo/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getBasePath } from '@/pek-api';
export default function Page() {
const info = {
NODE_ENV: process.env.NODE_ENV,
NERCEL_ENV: process.env.VERCEL_ENV,
VERCEL_ENV: process.env.VERCEL_ENV,
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL,
'basePath()': getBasePath(),
};
Expand Down

0 comments on commit 8eb4d15

Please sign in to comment.