diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-06-18 16:44:54 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-06-18 16:44:54 +0200 |
| commit | 97c1e8da0c8a73ef5289b930b5c12745912ada7f (patch) | |
| tree | 8dbbcca21a699496d339fdc9fb6d31bf7c809f01 /src/content/config.ts | |
| parent | c34cb4134a1374323c3a99c5089f7aefdadda650 (diff) | |
Deprecate blog and mastodon link
Diffstat (limited to 'src/content/config.ts')
| -rw-r--r-- | src/content/config.ts | 14 |
1 files changed, 0 insertions, 14 deletions
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 |
