Skip to content

Commit 922f24b

Browse files
committed
fix: update base path
1 parent 68ab29d commit 922f24b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/next.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ module.exports = withNextra({
1111
distDir: "out",
1212
images: {
1313
unoptimized: true
14-
}
14+
},
15+
basePath: "/evolution-sdk",
1516
})

0 commit comments

Comments
 (0)