feat/analytics #9

Merged
GauthierWebDev merged 29 commits from feat/analytics into main 2025-04-18 15:05:51 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 0893e6d2f0 - Show all commits

View File

@ -18,13 +18,13 @@ const root = __dirname;
declare global {
namespace Vike {
interface PageContext {
cookies: Partial<{
cookies: {
consent: {
analytics: boolean;
customization: boolean;
};
theme: Theme;
}>;
};
}
}
}

View File

@ -25,7 +25,7 @@ export default {
image: "/og.webp",
// prerender: true,
passToClient: ["cookies"],
prefetchStaticAssets: "hover",
extends: vikeReact,