From 89efa697ef5cb01512bd5e54a0804a590e43c4ce Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sun, 23 May 2021 01:01:54 +0530 Subject: [PATCH] Fix path --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 36a50ad8..b6034871 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -17,7 +17,7 @@ const config = { }), paths: process.env['CI'] ? { - base: '/mermaid-svelte-kit' + base: '/mermaid-live-editor' } : {}, ssr: false,