landing-page: load splash immediately
This commit is contained in:
parent
29ce2fe3b1
commit
0158fd636a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue