Increase expiration date
This commit is contained in:
@@ -5,7 +5,7 @@ const { $gsap: gsap } = useNuxtApp();
|
||||
|
||||
const isSiteLoadingDisabled = useCookie("is-site-loading-disabled", {
|
||||
default: () => false,
|
||||
expires: new Date(Date.now() + 0.5 * 60 * 1000),
|
||||
expires: new Date(Date.now() + 15 * 60 * 1000),
|
||||
});
|
||||
|
||||
const shouldRenderLoadingOverlay = ref(true);
|
||||
|
||||
Reference in New Issue
Block a user