diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..06fb4ec --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,62 @@ +--- +// import { getPathPartsFromAstroRequest } from '~/helpers/url.js' +import { catchRedirectResponse } from '~/helpers/astro/request.js' + +import Layout from '../layouts/default.astro' +import LinkButton from '~/components/link-button.vue' + +// Component Script: +// You can write any JavaScript/TypeScript that you'd like here. +// It will run during the build, but never in the browser. +// All variables are available to use in the HTML template below. + +// Full Astro Component Syntax: +// https://docs.astro.build/core-concepts/astro-components/ + +--- + + +
+
+ +

+ 🤷‍♀️ Page is not compatible with Apple Silicon +

+

+ Page not found +

+ +
+ Perhaps the archives are incomplete, the page moved, or was deleted. +
+ + + Search + + +
+
+ + + +