mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 11:47:33 +00:00
feat: edit error page
This commit is contained in:
parent
e0a17e4541
commit
25963fd47f
@ -1,6 +1,6 @@
|
|||||||
<script>
|
<script>
|
||||||
import { page } from '$app/stores';
|
import { page } from '$app/stores';
|
||||||
import { Container } from '@damillora/plachta';
|
import { Container, Post } from '@damillora/plachta';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
@ -8,12 +8,10 @@
|
|||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<Container>
|
<Container>
|
||||||
<h1>{$page.status}</h1>
|
<Post>
|
||||||
<p>{$page.error.message}</p>
|
<h1>{$page.status}</h1>
|
||||||
|
<p>{$page.error.message}</p>
|
||||||
{#if $page.error.stack}
|
</Post>
|
||||||
<pre>{$page.error.stack}</pre>
|
|
||||||
{/if}
|
|
||||||
</Container>
|
</Container>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user