Skip to content

Commit c1a6d55

Browse files
committed
Changing config
1 parent 94203a9 commit c1a6d55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44
const nextConfig = {
55
reactStrictMode: true,
66
output: 'export',
7-
basePath: '/seqviz',
7+
// basePath: '/seqviz', // Removed for Amplify root deployment
88
images: {
99
unoptimized: true,
1010
},

demo/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function App({ Component, pageProps }: AppProps) {
2626
<Head>
2727
<title>SeqViz - by Lattice Automation</title>
2828

29-
<link rel="icon" href="/seqviz/favicon.ico" />
29+
<link rel="icon" href="/favicon.ico" />
3030
<meta name="Description" content="DNA Sequence Visualizer by Lattice Automation" />
3131
<meta name="google" content="notranslate" />
3232
<meta name="viewport" content="width=device-width, initial-scale=1" />

0 commit comments

Comments
 (0)