trying to fix env

This commit is contained in:
Logan Cusano
2025-07-13 21:01:54 -04:00
parent acebbcfb56
commit 10c298a3ea
2 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ const nextConfig = {
reactStrictMode: true,
env: {
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL,
NEXT_PUBLIC_TEST_VAR: 'This is a test',
},
};