We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5db5bb commit 96cdc88Copy full SHA for 96cdc88
1 file changed
TechStacks.Client/next.config.mjs
@@ -34,8 +34,9 @@ const nextConfig = {
34
unoptimized: true
35
},
36
37
- // Add trailing slash for better static hosting compatibility
38
- trailingSlash: true,
+ // Don't use trailingSlash - it causes issues with dynamic routes in static export
+ // The C# backend's MapFallbackToFile handles routing correctly without it
39
+ trailingSlash: false,
40
41
env: {
42
apiBaseUrl: API_URL
0 commit comments