--- // import { getPathPartsFromAstroRequest } from '~/helpers/url.js' import { publicRuntimeConfig } from '~/helpers/public-runtime-config.mjs' import { catchRedirectResponse, applyResponseDefaults } 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/ const redirectResponse = await catchRedirectResponse( Astro ) if ( redirectResponse !== null ) { return redirectResponse } applyResponseDefaults( Astro ) // https://docs.astro.build/en/reference/api-reference/#astroresponse Astro.response.status = 404 Astro.response.statusText = 'Not found' ---

🤷‍♀️ Page is not compatible with Apple Silicon

Page not found

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