Revert "Add 404 page as fallback page"
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details

This reverts commit 4616c6252a.
This commit is contained in:
nemunaire 2023-12-09 17:17:28 +01:00
parent 6e31a1eae9
commit f1c9cf8c30
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const config = {
kit: {
adapter: adapter({
fallback: '404.html'
fallback: 'index.html'
}),
}
};