From 6fc05300c47a1224d8ad6dcead9ce32ae44f0acf Mon Sep 17 00:00:00 2001 From: Anthony Schuijlenburg Date: Sat, 17 Feb 2024 16:30:11 +0100 Subject: [PATCH] feat: add a note to prevent issues with ad-blockers and this package --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d75e28d..bf5a505 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ export default defineNuxtConfig({ ``` +**Note:** Make sure to disable your ad-blocker for local development. Some ad-blockers, such as uBlock Origin, block all subsequent requests when they detect the fingerprint icon. For more information, refer to the following [issue](https://github.com/swisnl/nuxt-lucide-icons/issues/3). + ## Configuration Don't like the default component name prefix? You can change it in `nuxt.config.ts`: