unlisted directories, deleting data folder after build
This commit is contained in:
parent
b170442e45
commit
28d155196e
3 changed files with 18 additions and 1 deletions
src/pages
16
src/pages/404.astro
Normal file
16
src/pages/404.astro
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro'
|
||||
import BaseSection from '../layouts/baseSection.astro'
|
||||
|
||||
const description = "Error. This shouldn't happen :/"
|
||||
---
|
||||
|
||||
<Layout
|
||||
title="404 - Firq FGO Site"
|
||||
currentpage="404"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
<BaseSection title=":(" />
|
||||
</Layout>
|
||||
|
||||
<style></style>
|
Loading…
Add table
Add a link
Reference in a new issue