From 4d92cea640e76d3de153e79ae4472dbf70208095 Mon Sep 17 00:00:00 2001
From: Kizuren <96580944+Kizuren@users.noreply.github.com>
Date: Mon, 5 Jan 2026 15:51:33 +0100
Subject: [PATCH] Ran biome format
---
app.config.ts | 52 +++++-----
app.vue | 39 +++----
biome.json | 2 +-
components/AppFooter.vue | 2 +-
components/NavBar.vue | 2 +-
composables/fetch-sitelinks.js | 126 +++++++++++------------
content.config.ts | 4 +-
ecosystem.config.cjs | 28 +++---
error.vue | 6 +-
nuxt.config.ts | 34 ++-----
pages/about.vue | 10 +-
pages/contact.vue | 84 ++++++++--------
pages/discord.vue | 46 ++++-----
pages/games.vue | 70 ++++++-------
pages/index.vue | 6 +-
pages/maintenance.vue | 4 +-
public/site-config.json | 173 ++++++++++++++++----------------
server/api/send-contact.post.js | 42 ++++----
18 files changed, 361 insertions(+), 369 deletions(-)
diff --git a/app.config.ts b/app.config.ts
index cbd743f..45ecabd 100644
--- a/app.config.ts
+++ b/app.config.ts
@@ -7,53 +7,51 @@ export default defineAppConfig({
compoundVariants: [
{
color: 'pixelgreen',
- variant: [
- 'outline',
- 'subtle'
- ],
- class: 'focus-visible:ring-2 focus-visible:ring-inset ring-pixelgreen focus-visible:ring-pixelgreen'
- }
+ variant: ['outline', 'subtle'],
+ class:
+ 'focus-visible:ring-2 focus-visible:ring-inset ring-pixelgreen focus-visible:ring-pixelgreen',
+ },
],
variants: {
variant: {
outline: 'text-highlighted bg-black ring ring-inset ring-accented',
soft: 'text-highlighted bg-elevated/50 hover:bg-elevated focus:bg-elevated disabled:bg-elevated/50',
subtle: 'text-highlighted bg-elevated ring ring-inset ring-accented',
- ghost: 'text-highlighted bg-transparent hover:bg-elevated focus:bg-elevated disabled:bg-transparent dark:disabled:bg-transparent',
- none: 'text-highlighted bg-transparent'
+ ghost:
+ 'text-highlighted bg-transparent hover:bg-elevated focus:bg-elevated disabled:bg-transparent dark:disabled:bg-transparent',
+ none: 'text-highlighted bg-transparent',
},
},
defaultVariants: {
size: 'md',
color: 'pixelgreen',
- variant: 'outline'
- }
+ variant: 'outline',
+ },
},
textarea: {
compoundVariants: [
{
color: 'pixelgreen',
- variant: [
- 'outline',
- 'subtle'
- ],
- class: 'focus-visible:ring-2 focus-visible:ring-inset ring-pixelgreen focus-visible:ring-pixelgreen'
- }
+ variant: ['outline', 'subtle'],
+ class:
+ 'focus-visible:ring-2 focus-visible:ring-inset ring-pixelgreen focus-visible:ring-pixelgreen',
+ },
],
variants: {
variant: {
outline: 'text-highlighted bg-black ring ring-inset ring-accented',
soft: 'text-highlighted bg-elevated/50 hover:bg-elevated focus:bg-elevated disabled:bg-elevated/50',
subtle: 'text-highlighted bg-elevated ring ring-inset ring-accented',
- ghost: 'text-highlighted bg-transparent hover:bg-elevated focus:bg-elevated disabled:bg-transparent dark:disabled:bg-transparent',
- none: 'text-highlighted bg-transparent'
+ ghost:
+ 'text-highlighted bg-transparent hover:bg-elevated focus:bg-elevated disabled:bg-transparent dark:disabled:bg-transparent',
+ none: 'text-highlighted bg-transparent',
},
},
defaultVariants: {
size: 'md',
color: 'pixelgreen',
- variant: 'outline'
- }
+ variant: 'outline',
+ },
},
toast: {
slots: {
@@ -64,13 +62,13 @@ export default defineAppConfig({
pixelgreen: {
root: 'focus-visible:ring-2 focus-visible:ring-inset focus-visible:ring-pixelgreen',
icon: 'text-pixelgreen',
- progress: 'bg-pixelgreen'
- }
+ progress: 'bg-pixelgreen',
+ },
},
},
defaultVariants: {
- color: 'pixelgreen'
- }
- }
- }
-})
+ color: 'pixelgreen',
+ },
+ },
+ },
+});
diff --git a/app.vue b/app.vue
index bdef63b..f3eb0de 100644
--- a/app.vue
+++ b/app.vue
@@ -7,14 +7,14 @@
\ No newline at end of file
diff --git a/biome.json b/biome.json
index 09cb6fd..2bbf54b 100644
--- a/biome.json
+++ b/biome.json
@@ -95,4 +95,4 @@
}
}
}
-}
\ No newline at end of file
+}
diff --git a/components/AppFooter.vue b/components/AppFooter.vue
index 5f3887e..9f45a6e 100644
--- a/components/AppFooter.vue
+++ b/components/AppFooter.vue
@@ -11,5 +11,5 @@
\ No newline at end of file
diff --git a/components/NavBar.vue b/components/NavBar.vue
index 8553dba..203c00a 100644
--- a/components/NavBar.vue
+++ b/components/NavBar.vue
@@ -15,7 +15,7 @@