mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 20:14:39 +00:00
Merge pull request #300 from sveltejs/gh-293
[WIP] simplify rendering of error pages
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
<svelte:head>
|
||||
<title>Internal server error</title>
|
||||
</svelte:head>
|
||||
|
||||
<h1>Internal server error</h1>
|
||||
<p>{error.message}</p>
|
||||
@@ -2,5 +2,5 @@
|
||||
<title>{status}</title>
|
||||
</svelte:head>
|
||||
|
||||
<h1>Not found</h1>
|
||||
<h1>{status}</h1>
|
||||
<p>{error.message}</p>
|
||||
Reference in New Issue
Block a user