This commit is contained in:
2025-08-21 16:13:23 +02:00
parent 563ff04ae5
commit 82394b564f
20 changed files with 239 additions and 124 deletions

View File

@@ -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({