Fix test
This commit is contained in:
+4
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user