From 743eb092cb9b7e4f6520c76f48a8126dd10b1fd4 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 31 May 2021 13:46:56 +0530 Subject: [PATCH] Remove SPA mode as GH-Pages doesn't support it. --- docs/404.html | 1 - svelte.config.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 120000 docs/404.html diff --git a/docs/404.html b/docs/404.html deleted file mode 120000 index 64233a9e..00000000 --- a/docs/404.html +++ /dev/null @@ -1 +0,0 @@ -index.html \ No newline at end of file diff --git a/svelte.config.js b/svelte.config.js index 5da4a3e7..f5d52938 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -13,8 +13,7 @@ const config = { kit: { adapter: adapter({ - pages: 'docs', - fallback: 'index.html' + pages: 'docs' }), paths: { base: '/mermaid-live-editor'