Skip to content

Commit 9e547b3

Browse files
Fix
1 parent 0bea30a commit 9e547b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
basePath: '/',
3+
basePath: '',
44
output: 'export',
55
reactStrictMode: true,
66
images: {

0 commit comments

Comments
 (0)