This commit is contained in:
Sidharth Vinod
2021-06-03 00:53:30 +05:30
parent 025c524012
commit 411bbcf5e5
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -62,3 +62,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
keep_files: true
+1 -1
View File
@@ -17,7 +17,7 @@ const config = {
}),
paths: process.env['DEPLOY']
? {
base: `${process.env['BETA'] ? '/beta' : ''}/mermaid-live-editor`
base: `/mermaid-live-editor${process.env['BETA'] ? '/beta' : ''}`
}
: {},
ssr: false,