Move projects to root in preparation for later posts
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 13m19s

This commit is contained in:
2025-08-13 09:45:43 +09:30
parent c3dd168566
commit 41a827d390
16 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import { glob } from "astro/loaders";
import { defineCollection, z } from "astro:content";
const projects = defineCollection({
loader: glob({ pattern: "**/*.mdx", base: "./src/assets/projects" }),
loader: glob({ pattern: "**/*.mdx", base: "./projects" }),
schema: z.object({
title: z.string(),
role: z.string(),