Update index layout:

This commit is contained in:
Timothy Pidashev
2025-01-13 08:51:01 -08:00
parent 2777d14007
commit bfda37ee0b

View File

@@ -22,7 +22,7 @@ import Background from "@/components/background";
<body class="bg-background text-foreground"> <body class="bg-background text-foreground">
<Header client:load /> <Header client:load />
<main transition:animate="fade"> <main transition:animate="fade">
<Background layout="index" client:only="react" /> <Background layout="index" client:only="react" transition:persist />
<slot /> <slot />
</main> </main>
<Footer client:load transition:persist fixed=true /> <Footer client:load transition:persist fixed=true />