🚧 Add basic BASE_URL and PORT env utilisation #76
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
const { env } = require('process');
|
||||
|
||||
const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
enabled: process.env.ANALYZE === 'true',
|
||||
});
|
||||
@@ -10,4 +12,5 @@ module.exports = withBundleAnalyzer({
|
||||
experimental: {
|
||||
outputStandalone: true,
|
||||
},
|
||||
basePath: env.BASE_URL,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user