Skip to content

Commit fa5dca3

Browse files
committed
feat: edit nextjs github pages setting
1 parent be31c88 commit fa5dca3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

next.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const nextConfig = {
88
reactStrictMode: true,
99
// Optional: Configure for subdirectory deployment
1010
// Uncomment and set basePath if deploying to a subdirectory (e.g., GitHub Pages project site)
11-
// basePath: '/eziwiki',
12-
// assetPrefix: '/eziwiki',
11+
basePath: '/eziwiki',
12+
assetPrefix: '/eziwiki',
1313
trailingSlash: true, // Ensures proper routing for static hosting
1414

1515
// Disable source maps in production to prevent viewing original source

0 commit comments

Comments
 (0)