feat/better-deploy #2

Merged
GauthierWebDev merged 2 commits from feat/better-deploy into main 2025-04-17 12:32:06 +00:00
3 changed files with 0 additions and 14 deletions
Showing only changes of commit 38cf6ecd85 - Show all commits

View File

@ -22,8 +22,6 @@ export default {
bodyAttributes: { bodyAttributes: {
class: "flex min-h-full bg-white dark:bg-slate-900", class: "flex min-h-full bg-white dark:bg-slate-900",
}, },
prerender: true,
prefetchStaticAssets: "hover", prefetchStaticAssets: "hover",
extends: vikeReact, extends: vikeReact,

View File

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

View File

@ -1,6 +0,0 @@
import { docsService } from "@/services/DocsService";
export async function onBeforePrerenderStart() {
const allDocumentations = await docsService.getUrls("docs");
return allDocumentations;
}