We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be31c88 commit fa5dca3Copy full SHA for fa5dca3
1 file changed
next.config.js
@@ -8,8 +8,8 @@ const nextConfig = {
8
reactStrictMode: true,
9
// Optional: Configure for subdirectory deployment
10
// Uncomment and set basePath if deploying to a subdirectory (e.g., GitHub Pages project site)
11
- // basePath: '/eziwiki',
12
- // assetPrefix: '/eziwiki',
+ basePath: '/eziwiki',
+ assetPrefix: '/eziwiki',
13
trailingSlash: true, // Ensures proper routing for static hosting
14
15
// Disable source maps in production to prevent viewing original source
0 commit comments