feat: disable snow

This commit is contained in:
Jozef Steinhübl 2024-03-07 10:49:15 +01:00
parent ac13b83654
commit 2f5125e4a0
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7

View file

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