From 38160c2a469195a0df7cb323385fd4420bf89ba1 Mon Sep 17 00:00:00 2001 From: Caesar Kabalan Date: Mon, 5 Jun 2023 13:27:29 -0700 Subject: [PATCH] Update paths to be relative --- dist/icon/browserconfig.xml | 2 +- dist/icon/site.webmanifest | 4 ++-- dist/index.html | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/icon/browserconfig.xml b/dist/icon/browserconfig.xml index 082df8f..a25e942 100644 --- a/dist/icon/browserconfig.xml +++ b/dist/icon/browserconfig.xml @@ -2,7 +2,7 @@ - + #da532c diff --git a/dist/icon/site.webmanifest b/dist/icon/site.webmanifest index 9c2f9cd..197232a 100644 --- a/dist/icon/site.webmanifest +++ b/dist/icon/site.webmanifest @@ -3,12 +3,12 @@ "short_name": "Visual Subnet Calc", "icons": [ { - "src": "/icon/android-chrome-192x192.png", + "src": "icon/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/icon/android-chrome-512x512.png", + "src": "icon/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } diff --git a/dist/index.html b/dist/index.html index d9b3634..fe9292b 100644 --- a/dist/index.html +++ b/dist/index.html @@ -8,11 +8,11 @@ - - - - - + + + + +