From 97c1e8da0c8a73ef5289b930b5c12745912ada7f Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:44:54 +0200 Subject: Deprecate blog and mastodon link --- src/content/config.ts | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/content/config.ts (limited to 'src/content/config.ts') diff --git a/src/content/config.ts b/src/content/config.ts deleted file mode 100644 index 88e67c4..0000000 --- a/src/content/config.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { defineCollection, z } from 'astro:content'; - -const blogCollection = defineCollection({ - type: 'content', - schema: z.object({ - title: z.string(), - metaDescription: z.string(), - publishedAt: z.date() - }) -}); - -export const collections = { - 'blog': blogCollection -}; \ No newline at end of file -- cgit v1.3