Skip to content

Commit c917d2c

Browse files
committed
hotfix: removed experimental outputFileTracingIncludes
1 parent fd660da commit c917d2c

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

Website/next.config.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
output: 'standalone',
4-
// Ensure static files are properly handled in standalone mode
5-
experimental: {
6-
outputFileTracingIncludes: {
7-
'/': ['./public/**/*'],
8-
},
9-
},
10-
// Configure the standalone build to include static assets
11-
generateBuildId: async () => {
12-
return 'build-' + Date.now()
13-
},
14-
// Add this to ensure proper static file handling
15-
trailingSlash: false,
16-
// Configure asset optimization
17-
assetPrefix: process.env.NODE_ENV === 'production' ? '' : '',
184
}
195

206
module.exports = nextConfig

0 commit comments

Comments
 (0)