mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
feat: it's over, goodbye fireworks & snow
This commit is contained in:
parent
d81e9118a3
commit
83656b6cdc
1 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
import SEOEmbed from "@components/widgets/SEOEmbed.astro";
|
||||
import Snow from "../components/widgets/decorations/Snow.astro";
|
||||
import Fireworks from "../components/widgets/decorations/Fireworks.astro";
|
||||
|
||||
const { title, description, keywords, schemaOrg } = {
|
||||
title: "xHyroM",
|
||||
|
@ -43,8 +41,6 @@ const { title, description, keywords, schemaOrg } = {
|
|||
</head>
|
||||
<body class="overflow-x-hidden bg-dark-900 font-sans">
|
||||
<slot />
|
||||
<Snow />
|
||||
<Fireworks />
|
||||
|
||||
<script>
|
||||
import "@scripts/menu.ts";
|
||||
|
|
Loading…
Reference in a new issue