feat: we can keep snow for some time...

This commit is contained in:
Jozef Steinhübl 2024-01-01 20:48:15 +01:00
parent a42a50f757
commit ac13b83654
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7

View file

@ -1,5 +1,6 @@
--- ---
import SEOEmbed from "@components/widgets/SEOEmbed.astro"; import SEOEmbed from "@components/widgets/SEOEmbed.astro";
import Snow from "@components/widgets/decorations/Snow.astro";
const { title, description, keywords, schemaOrg } = { const { title, description, keywords, schemaOrg } = {
title: "xHyroM", title: "xHyroM",
@ -41,6 +42,7 @@ const { title, description, keywords, schemaOrg } = {
</head> </head>
<body class="overflow-x-hidden bg-dark-900 font-sans"> <body class="overflow-x-hidden bg-dark-900 font-sans">
<slot /> <slot />
<Snow />
<script> <script>
import "@scripts/menu.ts"; import "@scripts/menu.ts";