Remove
This commit is contained in:
parent
2466f949a9
commit
0f7b1eba40
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
// Fetch Error Message
|
||||
interface Props {
|
||||
error: unknown
|
||||
}
|
||||
|
||||
const { error } = Astro.props
|
||||
---
|
||||
|
||||
<h2>Error 500</h2>
|
||||
<p style="color: gray; font-size: 12px; margin: 0px; font-weight: bold;">An error happened in Astro:</p>
|
||||
<p style="margin-top: 6px;">{error.message}</p>
|
||||
|
||||
<style is:global>
|
||||
body {
|
||||
background: #111c29;
|
||||
color: white;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
}
|
||||
</style>
|
Loading…
Reference in a new issue