1
0

chore: remove unused files

This commit is contained in:
2026-04-08 15:28:11 +02:00
parent 3681576f14
commit b29c913ad1
4 changed files with 2 additions and 18 deletions
-13
View File
@@ -1,13 +0,0 @@
// 1. Import utilities from `astro:content`
import { defineCollection, z } from 'astro:content';
// 2. Import loader(s)
import { glob, file } from 'astro/loaders';
// 3. Define your collection(s)
const blog = defineCollection({
loader: glob({ pattern: "**/*.md", base: "./src/data/blog" }),
});
// 4. Export a single `collections` object to register your collection(s)
export const collections = { blog };
-3
View File
@@ -1,3 +0,0 @@
---
title: My first article
---
+1 -1
View File
@@ -22,7 +22,7 @@ const title = pageTitle
<title>{title}</title>
<meta
name="description"
content="From concept to launch - websites, apps, and digital solutions that work hard, so you can play hard. Personal sites, ecommerce platforms, and custom web apps built by Michael Rieger in Vienna."
content="From concept to launch - websites, apps, and digital solutions that work hard, so you can play hard. Personal sites, e-commerce platforms, and custom web apps built by Michael Rieger in Vienna."
/>
<meta
name="keywords"
+1 -1
View File
@@ -14,7 +14,7 @@ import PlausibleAnalytics from "../components/PlausibleAnalytics.astro";
<title>Oops, this is weird</title>
<meta
name="description"
content="From concept to launch - websites, apps, and digital solutions that work hard, so you can play hard. Personal sites, ecommerce platforms, and custom web apps built by Michael Rieger in Vienna."
content="From concept to launch - websites, apps, and digital solutions that work hard, so you can play hard. Personal sites, e-commerce platforms, and custom web apps built by Michael Rieger in Vienna."
/>
<meta
name="keywords"