trying to fix env
This commit is contained in:
@@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user