style: Biome check, lint and format
This commit is contained in:
parent
23050eea56
commit
e75e001368
10 changed files with 13 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
// Import utilities from `astro:content`
|
||||
import { defineCollection, z } from "astro:content";
|
||||
// Import the glob loader
|
||||
import { glob } from "astro/loaders";
|
||||
// Import utilities from `astro:content`
|
||||
import { z, defineCollection } from "astro:content";
|
||||
// Define a `loader` and `schema` for each collection
|
||||
const blog = defineCollection({
|
||||
loader: glob({ pattern: "**/[^_]*.md", base: "./src/blog" }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue