mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-31 03:51:15 +00:00
web: add a 404 page & generic 404 error redirector
Some checks are pending
Some checks are pending
This commit is contained in:
5
web/src/routes/404/+page.svelte
Normal file
5
web/src/routes/404/+page.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import ErrorRedirector from "$components/misc/ErrorRedirector.svelte";
|
||||
</script>
|
||||
|
||||
<ErrorRedirector />
|
||||
Reference in New Issue
Block a user