--- import Layout from '../layouts/default.astro' import AppTestPage from '~/pages/apple-silicon-app-test.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/ ---