mirror of
https://github.com/sern-handler/website
synced 2026-06-26 09:42:24 +00:00
4 lines
101 B
TypeScript
4 lines
101 B
TypeScript
import { getCollection } from "astro:content";
|
|
|
|
export const allPages = await getCollection("docs");
|