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'