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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/pages/404.md +2 -2
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.9.9",
2
+ "version": "5.9.10",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
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/Search.astro
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, but you might find it with a search.
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
  {