Skip to content

AstroPaper test

Published: at 03:57 PMSuggest Changes

В общем ребята здарова

Introducing AstroPaper 2.0

Вот такие дела

// src/contents/_schemas.ts
export const blogSchema = z.object({
  // ---
  // replace "others" with whatever you want
  tags: z.array(z.string()).default(["others"]),
  ogImage: z.string().optional(),
  description: z.string(),
});

Previous Post
How to update dependencies of AstroPaper
Next Post
AstroPaper 2.0