From 05da598dc5c46cc96998a4f7b339487425e407a8 Mon Sep 17 00:00:00 2001 From: Oyedeji Oyewole <57059138+OyewoleOyedeji@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:22:32 +0000 Subject: [PATCH 1/2] fix: updated website link for nuxt-phosphor-icons --- modules/nuxt-phosphor-icons.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nuxt-phosphor-icons.yml b/modules/nuxt-phosphor-icons.yml index aa3bb40d8..065109c0f 100644 --- a/modules/nuxt-phosphor-icons.yml +++ b/modules/nuxt-phosphor-icons.yml @@ -4,8 +4,8 @@ repo: OyewoleOyedeji/nuxt-phosphor-icons npm: nuxt-phosphor-icons icon: phosphor-icons.svg github: https://github.com/OyewoleOyedeji/nuxt-phosphor-icons -website: https://github.com/OyewoleOyedeji/nuxt-phosphor-icons -learn_more: https://github.com/OyewoleOyedeji/nuxt-phosphor-icons +website: https://nuxt-phosphor-icons.vercel.app +learn_more: https://nuxt-phosphor-icons.vercel.app category: UI type: 3rd-party maintainers: From d4c4a2d5e8f50cfb350eacc88d77c71ea252467e Mon Sep 17 00:00:00 2001 From: Oyedeji Oyewole <57059138+OyewoleOyedeji@users.noreply.github.com> Date: Thu, 31 Jul 2025 02:22:35 +0000 Subject: [PATCH 2/2] feat: add nuxt-useless-blobs module and icon --- icons/nuxt-useless-blobs.svg | 2 ++ modules/nuxt-useless-blobs.yml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 icons/nuxt-useless-blobs.svg create mode 100644 modules/nuxt-useless-blobs.yml diff --git a/icons/nuxt-useless-blobs.svg b/icons/nuxt-useless-blobs.svg new file mode 100644 index 000000000..41a5c3230 --- /dev/null +++ b/icons/nuxt-useless-blobs.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/modules/nuxt-useless-blobs.yml b/modules/nuxt-useless-blobs.yml new file mode 100644 index 000000000..152941340 --- /dev/null +++ b/modules/nuxt-useless-blobs.yml @@ -0,0 +1,16 @@ +name: nuxt-useless-blobs +description: An easier way of using useless-blobs in your Nuxt project! +repo: oyedejioyewole/nuxt-useless-blobs +npm: nuxt-useless-blobs +icon: nuxt-useless-blobs.svg +github: https://github.com/oyedejioyewole/nuxt-useless-blobs +website: https://nuxt-useless-blobs.vercel.app +learn_more: '' +category: UI +type: 3rd-party +maintainers: + - name: Oyedeji Oyewole + github: oyedejioyewole +compatibility: + nuxt: ^3.0.0 + requires: {}