web: add a 404 page & generic 404 error redirector
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run

This commit is contained in:
wukko
2025-06-03 11:06:24 +06:00
parent 58209970ac
commit 779cd54a68
3 changed files with 27 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
<script>
import ErrorRedirector from "$components/misc/ErrorRedirector.svelte";
</script>
<ErrorRedirector />