diff --git a/src/200.html b/src/404.html
similarity index 100%
rename from src/200.html
rename to src/404.html
diff --git a/svelte.config.js b/svelte.config.js
index 27eb633..3ab8b56 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -8,7 +8,7 @@ const config = {
preprocess: vitePreprocess(),
kit: {
adapter: adapter({
- fallback: '200.html',
+ fallback: '404.html',
}),
},
}