mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
fix: env var exposed in next.config are undefined
This commit is contained in:
@@ -20,13 +20,7 @@ const config = {
|
||||
formats: ["image/webp"]
|
||||
},
|
||||
reactStrictMode: false,
|
||||
experimental: {
|
||||
webpackBuildWorker: true
|
||||
},
|
||||
output: "standalone",
|
||||
env: {
|
||||
baseUrl: process.env.NEXTAUTH_URL
|
||||
}
|
||||
output: "standalone"
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user