Add variables to config and minimal refactor

This commit is contained in:
prototypa
2022-08-28 20:31:06 -04:00
parent 06bf8df636
commit 19b4a25012
9 changed files with 33 additions and 35 deletions

View File

@ -7,7 +7,5 @@ const title = `Error 404 — ${SITE.name}`;
---
<Layout meta={{ title }}>
<main>
<Error404 />
</main>
<Error404 />
</Layout>