refactor: update and use paths

This commit is contained in:
Oliver Davies 2023-01-01 16:47:23 +00:00
parent 8a80262454
commit 41ccff084d
21 changed files with 37 additions and 38 deletions

View file

@ -2,6 +2,6 @@
title: Page not found
---
import Layout from '../layouts/PageLayout.astro'
import Layout from '~/layouts/PageLayout.astro'
<Layout title={frontmatter.title} />