Skip to content

Commit f2b187c

Browse files
committed
fix: configure basePath for GitHub Pages deployment at /omniscript-site
1 parent abe870b commit f2b187c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const nextConfig = {
44
images: {
55
unoptimized: true,
66
},
7-
basePath: '',
7+
basePath: '/omniscript-site',
88
trailingSlash: true,
99
}
1010

0 commit comments

Comments
 (0)