feat: track images with git lfs

This commit is contained in:
2024-03-27 01:51:42 +01:00
parent f0129ecc76
commit 31b24de86c
142 changed files with 5133 additions and 169 deletions

View File

@@ -1,13 +1,8 @@
---
import Layout from '../layouts/Layout.astro';
import Layout from "@layouts/Layout.astro";
import Max from "@components/Max.astro";
---
<Layout title="dude">
# Das ist mein Blog
<Max />
</Layout>