diff --git a/apps/www/biome.json b/apps/www/biome.json deleted file mode 100644 index faa0495..0000000 --- a/apps/www/biome.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", - "linter": { - "rules": { - "style": { - "useTemplate": "off", - "useImportType": "warn" - }, - "suspicious": { - "noExplicitAny": "off", - "noDoubleEquals": "warn" - }, - "complexity": { - "noForEach": "off" - } - } - } -} diff --git a/apps/www/package.json b/apps/www/package.json index 3bc82a9..bdb82c8 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -47,6 +47,7 @@ "input-otp": "^1.2.4", "json-beautify": "^1.1.1", "lucide-react": "^0.454.0", + "mini-svg-data-uri": "^1.4.4", "minimessage-2-html": "1.6.0", "minimessage-js": "^1.1.3", "mongodb": "^6.8.0", diff --git a/apps/www/src/app/(main)/home/page.tsx b/apps/www/src/app/(main)/home/page.tsx new file mode 100644 index 0000000..3d07584 --- /dev/null +++ b/apps/www/src/app/(main)/home/page.tsx @@ -0,0 +1,17 @@ +import HomePageComponent from "@/components/feat/home-page/home-page"; +import type { Metadata } from "next"; + +export const metadata: Metadata = { + applicationName: "MHSF", + title: "The modern server list. ยท MHSF", + description: + "The open-source, modern and friendly server list wrapper for Minehut.", +}; + +export default function HomePage() { + return ( +