Remove SPA mode as GH-Pages doesn't support it.

This commit is contained in:
Sidharth Vinod
2021-05-31 13:46:56 +05:30
parent cf7d6ce55b
commit 743eb092cb
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
index.html
+1 -2
View File
@@ -13,8 +13,7 @@ const config = {
kit: {
adapter: adapter({
pages: 'docs',
fallback: 'index.html'
pages: 'docs'
}),
paths: {
base: '/mermaid-live-editor'