style: Remove unnecessary comment and fix type in interface
This commit is contained in:
parent
86409da7ec
commit
0893e6d2f0
@ -18,13 +18,13 @@ const root = __dirname;
|
||||
declare global {
|
||||
namespace Vike {
|
||||
interface PageContext {
|
||||
cookies: Partial<{
|
||||
cookies: {
|
||||
consent: {
|
||||
analytics: boolean;
|
||||
customization: boolean;
|
||||
};
|
||||
theme: Theme;
|
||||
}>;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -25,7 +25,7 @@ export default {
|
||||
|
||||
image: "/og.webp",
|
||||
|
||||
// prerender: true,
|
||||
passToClient: ["cookies"],
|
||||
prefetchStaticAssets: "hover",
|
||||
|
||||
extends: vikeReact,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user