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