astro-accelerator 5.9.9 → 5.9.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/pages/404.md +2 -2
package/package.json
CHANGED
package/src/pages/404.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
warning: This file is overwritten by Astro Accelerator
|
|
3
|
-
layout: src/layouts/
|
|
3
|
+
layout: src/layouts/Default.astro
|
|
4
4
|
title: Not Found
|
|
5
5
|
listable: false
|
|
6
6
|
navMenu: false
|
|
@@ -13,7 +13,7 @@ bannerImage:
|
|
|
13
13
|
alt: Dummy image
|
|
14
14
|
---
|
|
15
15
|
|
|
16
|
-
We couldn't find that
|
|
16
|
+
We couldn't find that... hit the search bar as you might have a super old link
|
|
17
17
|
|
|
18
18
|
<script>
|
|
19
19
|
{
|