🧑🚀 Seasoned astronaut? Delete this template and have fun!
--- import {Content as TourContent} from '../content/Tour.md'; import Logo from '../components/Logo.astro'; import '../styles/global.css'; import '../styles/home.css'; /* ASTRO:COMPONENT_IMPORTS */ // 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. let title = 'My Astro Site'; // Full Astro Component Syntax: // https://docs.astro.build/core-concepts/astro-components/ ---