We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37183af commit 79a16f7Copy full SHA for 79a16f7
demo/next.config.js
@@ -4,6 +4,7 @@ const path = require('path');
4
const nextConfig = {
5
reactStrictMode: true,
6
output: 'export',
7
+ basePath: '/seqviz',
8
images: {
9
unoptimized: true,
10
},
0 commit comments