switch deploy method

This commit is contained in:
2023-07-05 23:39:36 +02:00
parent 093dfa9033
commit 0e19b7b0d3
8 changed files with 44 additions and 20 deletions

6
src/routes/+error.svelte Normal file
View File

@@ -0,0 +1,6 @@
<script>
import {page} from "$app/stores"
</script>
<h1>{$page.status}</h1>
<pre>{$page.error.message}</pre>