Skip to content

Commit 7ac9e60

Browse files
committed
Fixed basePath.
1 parent d3e3afe commit 7ac9e60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const nextConfig: NextConfig = {
1616
*
1717
* @see https://nextjs.org/docs/app/api-reference/next-config-js/basePath
1818
*/
19-
basePath: "/nextjs-github-pages",
19+
basePath: "",
2020

2121
/**
2222
* Disable server-based image optimization. Next.js does not support

0 commit comments

Comments
 (0)