landing-page: load splash immediately

This commit is contained in:
Ayo 2022-11-07 12:33:47 +01:00
parent 29ce2fe3b1
commit 0158fd636a

View file

@ -76,8 +76,8 @@ const description =
<body <body
class="h-full overflow-x-hidden text-base bg-default text-default selection:bg-secondary selection:text-white" class="h-full overflow-x-hidden text-base bg-default text-default selection:bg-secondary selection:text-white"
> >
<Header /> <Splash client:build />
<Splash />
<!--AstroSection /--> <!--AstroSection /-->
<Header />
</body> </body>
</html> </html>