Skip to content

Commit 7832acb

Browse files
GeneAIGeneAI
authored andcommitted
fix: Add trailingSlash to fix CSS loading in framework-docs
1 parent 9cd1aaa commit 7832acb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import path from "path";
44
const nextConfig: NextConfig = {
55
output: 'standalone',
66
outputFileTracingRoot: path.join(__dirname, './'),
7+
trailingSlash: true, // Ensure trailing slashes for correct relative path resolution
78
eslint: {
89
// Only run ESLint on these directories during production builds
910
dirs: ['app'],

0 commit comments

Comments
 (0)