From 175bc3a5bdc742300be2198de8224158d7088200 Mon Sep 17 00:00:00 2001 From: Arunanshu Biswas Date: Sun, 30 Jun 2024 18:39:33 +0530 Subject: [PATCH 01/12] build(nuxt): move to minimal nuxt config --- assets/css/tailwind.css | 5 - biome.json | 2 +- components/AsideLink.vue | 3 +- components/IntroItem.vue | 10 +- components/StarButton.vue | 4 +- components/TheHeader.vue | 3 +- error.vue | 2 +- layouts/default.vue | 2 +- nuxt.config.ts | 104 +- package.json | 69 +- pnpm-lock.yaml | 2231 ++++++++++++++----------------------- 11 files changed, 869 insertions(+), 1566 deletions(-) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 5da10f7..8842dba 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -2,11 +2,6 @@ @tailwind components; @tailwind utilities; -.min-h-screen-dynamic { - /* prettier-ignore */ - @apply min-h-screen min-h-[100dvh]; -} - .btn-primary { @apply border border-black bg-sky-900 px-4 py-1 text-white hover:bg-white hover:text-gray-900 active:bg-sky-700 active:text-white; } diff --git a/biome.json b/biome.json index d17fc5b..429ea6d 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "organizeImports": { "enabled": true }, diff --git a/components/AsideLink.vue b/components/AsideLink.vue index 4355155..e452af9 100644 --- a/components/AsideLink.vue +++ b/components/AsideLink.vue @@ -6,8 +6,7 @@ >