diff --git a/frontend/app/(routes)/debuginfo/page.tsx b/frontend/app/(routes)/debuginfo/page.tsx index 68cf082..6e5a964 100644 --- a/frontend/app/(routes)/debuginfo/page.tsx +++ b/frontend/app/(routes)/debuginfo/page.tsx @@ -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(), };