mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
feat: disable snow
This commit is contained in:
parent
ac13b83654
commit
2f5125e4a0
1 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue