chore: remove unused files
This commit is contained in:
@@ -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 };
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: My first article
|
|
||||||
---
|
|
||||||
@@ -22,7 +22,7 @@ const title = pageTitle
|
|||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
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."
|
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
|
<meta
|
||||||
name="keywords"
|
name="keywords"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import PlausibleAnalytics from "../components/PlausibleAnalytics.astro";
|
|||||||
<title>Oops, this is weird</title>
|
<title>Oops, this is weird</title>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
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."
|
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
|
<meta
|
||||||
name="keywords"
|
name="keywords"
|
||||||
|
|||||||
Reference in New Issue
Block a user