mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 22:25:21 +01:00
fix: ๐ assets with base path
This commit is contained in:
parent
1fb674bcd3
commit
e1bced2c7b
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
|||
|
||||
module.exports = withBundleAnalyzer({
|
||||
poweredByHeader: false,
|
||||
assetPrefix: process.env.BASE_PATH || '',
|
||||
serverRuntimeConfig: {
|
||||
nodeEnv: process.env.NODE_ENV || 'development',
|
||||
logLevel: process.env.LOG_LEVEL || 'info',
|
||||
|
|
Loadingโฆ
Add table
Reference in a new issue