Test docs & made the default windows size to be bigger.

This commit is contained in:
yuanhau 2025-05-19 01:01:26 +08:00
parent d9c6cec16e
commit 23295ff590
9 changed files with 441 additions and 59 deletions

10
content.config.ts Normal file
View file

@ -0,0 +1,10 @@
import { defineContentConfig, defineCollection } from "@nuxt/content";
export default defineContentConfig({
collections: {
content: defineCollection({
type: "page",
source: "**/*.md",
}),
},
});