From 301a16a38b49041ae21c30044c00bda6c4921351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BCp=20Erdo=C4=9Fan?= Date: Wed, 2 Oct 2024 15:59:52 +0300 Subject: [PATCH] Update default favicons --- apps/angular-app/src/index.html | 2 +- apps/react-app/index.html | 2 +- apps/svelte-app/index.html | 2 +- apps/vue-app/index.html | 2 +- docs/docusaurus.config.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/angular-app/src/index.html b/apps/angular-app/src/index.html index d92a6ae..536fbcc 100644 --- a/apps/angular-app/src/index.html +++ b/apps/angular-app/src/index.html @@ -3,7 +3,7 @@ NX Angular SVG Loaders App - + diff --git a/apps/react-app/index.html b/apps/react-app/index.html index 53dc047..3c82660 100644 --- a/apps/react-app/index.html +++ b/apps/react-app/index.html @@ -8,7 +8,7 @@ - +
diff --git a/apps/svelte-app/index.html b/apps/svelte-app/index.html index d99ab37..935e927 100644 --- a/apps/svelte-app/index.html +++ b/apps/svelte-app/index.html @@ -5,7 +5,7 @@ NX Svelte SVG Loaders App - + diff --git a/apps/vue-app/index.html b/apps/vue-app/index.html index f556731..6e01870 100644 --- a/apps/vue-app/index.html +++ b/apps/vue-app/index.html @@ -5,7 +5,7 @@ NX Vue SVG Loaders App - +
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 1dd5500..8839d9e 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -10,7 +10,7 @@ import { themes as prismThemes } from 'prism-react-renderer'; const config = { title: 'nx-svg-loaders | NGEENX', tagline: 'SVG loaders for everyone', - favicon: 'img/favicon.ico', + favicon: 'https://fav.farm/🌀', // Set the production url of your site here url: 'https://your-docusaurus-site.example.com',