From 911ebb31b6a7ef0be2b4e1ca1b8ad04a73f1d201 Mon Sep 17 00:00:00 2001 From: Virtute90 <32056724+Virtute90@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:07:21 +0200 Subject: [PATCH] chore(docs): fix favicon not found error --- .storybook/manager-head.html | 20 ++++++++++---------- static/favicons/browserconfig.xml | 4 ++-- static/favicons/manifest.webmanifest | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.storybook/manager-head.html b/.storybook/manager-head.html index fa43ff679..20d85cb02 100644 --- a/.storybook/manager-head.html +++ b/.storybook/manager-head.html @@ -4,13 +4,13 @@ - - - - - - - + + + + + + + @@ -19,14 +19,14 @@ - + - - + + diff --git a/static/favicons/browserconfig.xml b/static/favicons/browserconfig.xml index c14f2e4f3..2aedd2265 100644 --- a/static/favicons/browserconfig.xml +++ b/static/favicons/browserconfig.xml @@ -2,8 +2,8 @@ - + #0066CC - + \ No newline at end of file diff --git a/static/favicons/manifest.webmanifest b/static/favicons/manifest.webmanifest index 91237881b..95cae34d1 100644 --- a/static/favicons/manifest.webmanifest +++ b/static/favicons/manifest.webmanifest @@ -1,19 +1,19 @@ { - "name": "Bootstrap Italia", - "short_name": "BS Italia", - "start_url": "/bootstrap-italia", + "name": "Design React Kit", + "short_name": "DRK", + "start_url": "/design-react-kit", "theme_color": "#06C", "background_color": "#06C", "display": "standalone", - "description": "Bootstrap Italia è un tema open-source basato su Bootstrap 4 per la creazione di applicazioni responsive, mobile-first per il web.", + "description": "esign React Kit è un toolkit basato su Bootstrap Italia per la creazione di applicazioni web sviluppate con React.", "icons": [ { - "src": "/favicons/android-chrome-192x192.png", + "src": "/design-react-kit/favicons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/favicons/android-chrome-512x512.png", + "src": "/design-react-kit/favicons/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }