memento-dev/app-old/pages/certifications/+onBeforePrerenderStart.ts

7 lines
207 B
TypeScript

import { docsService } from "@/services/DocsService";
export async function onBeforePrerenderStart() {
const allDocumentations = await docsService.getUrls("certifications");
return allDocumentations;
}