My landing page, written in Astro hayden.moe
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: drop import

-1
-1
src/layouts/shell.astro
··· 3 3 import Header from '../components/header.astro'; 4 4 import Footer from '../components/footer.astro'; 5 5 6 - import '@fontsource/geist-sans'; 7 6 import '@fontsource/geist-mono'; 8 7 9 8 import '../style.css';