All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 4m15s
7 lines
207 B
TypeScript
7 lines
207 B
TypeScript
import { docsService } from "@/services/DocsService";
|
|
|
|
export async function onBeforePrerenderStart() {
|
|
const allDocumentations = await docsService.getUrls("certifications");
|
|
return allDocumentations;
|
|
}
|