This commit is contained in:
Sidharth Vinod
2021-05-31 13:35:43 +05:30
parent 39d0a634bb
commit 3df600425c
+5 -6
View File
@@ -13,13 +13,12 @@ const config = {
kit: {
adapter: adapter({
pages: 'docs'
pages: 'docs',
fallback: 'index.html'
}),
paths: process.env['DEPLOY']
? {
base: '/mermaid-live-editor'
}
: {},
paths: {
base: '/mermaid-live-editor'
},
ssr: false,
// hydrate the <div id="svelte"> element in src/app.html
target: '#svelte',