This commit is contained in:
Sidharth Vinod
2021-05-31 13:56:09 +05:30
parent df86963a71
commit a212ec163f
+5 -3
View File
@@ -15,9 +15,11 @@ const config = {
adapter: adapter({ adapter: adapter({
pages: 'docs' pages: 'docs'
}), }),
paths: { paths: process.env['DEPLOY']
base: '/mermaid-live-editor' ? {
}, base: '/mermaid-live-editor'
}
: {},
ssr: false, ssr: false,
// hydrate the <div id="svelte"> element in src/app.html // hydrate the <div id="svelte"> element in src/app.html
target: '#svelte', target: '#svelte',