mirror of
https://github.com/xHyroM/website.git
synced 2024-11-12 18:48:06 +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 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 } = {
|
const { title, description, keywords, schemaOrg } = {
|
||||||
title: "xHyroM",
|
title: "xHyroM",
|
||||||
|
@ -43,8 +41,6 @@ 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 />
|
|
||||||
<Fireworks />
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import "@scripts/menu.ts";
|
import "@scripts/menu.ts";
|
||||||
|
|
Loading…
Reference in a new issue