Skip to content

Commit f0b0bfe

Browse files
🐛 Fix base path
1 parent 007cb96 commit f0b0bfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

next.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
output: 'export',
4-
basePath: '/nextjs-github-pages',
54
images: { unoptimized: true },
65
}
76

0 commit comments

Comments
 (0)