Move error pages

This commit is contained in:
2025-08-14 21:53:37 -05:00
parent 65b68b3600
commit 85b4e2e994
3 changed files with 17 additions and 0 deletions

7
content/error/403.md Normal file
View File

@ -0,0 +1,7 @@
---
layout: layouts/403.njk
permalink: error/403.html
title: Nathan Upchurch | 403
structuredData: none
eleventyExcludeFromCollections: true
---

7
content/error/404.md Normal file
View File

@ -0,0 +1,7 @@
---
layout: layouts/404.njk
permalink: error/404.html
title: Nathan Upchurch | 404
structuredData: none
eleventyExcludeFromCollections: true
---

View File

@ -0,0 +1,3 @@
export default {
layout: "layouts/post.njk",
};