From 3282cc518ee058e7644847803304a9b3723b27a5 Mon Sep 17 00:00:00 2001 From: JuLi0n21 Date: Mon, 13 Apr 2026 16:58:31 +0200 Subject: [PATCH] move namespace --- src/content.config.ts | 3 ++- src/content/blog/personal/general.mdx | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content.config.ts b/src/content.config.ts index da29ccf..f5f2a0e 100644 --- a/src/content.config.ts +++ b/src/content.config.ts @@ -1,4 +1,5 @@ -import { defineCollection, z } from "astro:content"; +import { defineCollection } from "astro:content"; +import { z } from "astro/zod"; import { glob } from "astro/loaders"; const personal = defineCollection({ diff --git a/src/content/blog/personal/general.mdx b/src/content/blog/personal/general.mdx index 382aaea..bd55c35 100644 --- a/src/content/blog/personal/general.mdx +++ b/src/content/blog/personal/general.mdx @@ -53,6 +53,7 @@ p, a, ul { color: #b1b4c0} +