ok
This commit is contained in:
@@ -8,6 +8,17 @@ const nextConfig = {
|
||||
unoptimized: true
|
||||
},
|
||||
assetPrefix: process.env.NODE_ENV === 'production' ? '' : '',
|
||||
// Development optimizations
|
||||
experimental: {
|
||||
turbo: {
|
||||
rules: {
|
||||
'*.svg': {
|
||||
loaders: ['@svgr/webpack'],
|
||||
as: '*.js',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
webpack(config, options) {
|
||||
// Add file-loader for .mp4 files
|
||||
config.module.rules.push({
|
||||
|
Reference in New Issue
Block a user