Update +layout.server.ts

This commit is contained in:
Luneuh 2024-12-08 13:13:26 +01:00 committed by GitHub
parent 3c3585f374
commit c876be41d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,6 @@ export const prerender = true;
export function load({ cookies }) { export function load({ cookies }) {
return { return {
revertNinjinLogo: cookies.get('ninjin_nuiqka#eg@api/activate-revert-logo') || 'false' revertNinjinLogo: cookies.get('ninjin#eg@api/activate-revert-logo') || 'false'
}; };
} }