Skip to content

Commit 79a16f7

Browse files
committed
Fixed export path
1 parent 37183af commit 79a16f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const path = require('path');
44
const nextConfig = {
55
reactStrictMode: true,
66
output: 'export',
7+
basePath: '/seqviz',
78
images: {
89
unoptimized: true,
910
},

0 commit comments

Comments
 (0)