~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
src/pages/500.astro
---import Layout from "@/layouts/BaseLayout.astro";---
<Layout title="pyrossh" description="Error Page"> <h1>500 - Something went wrong</h1></Layout>