From a7ccafb16fd96e2ba687bd87b66ea364ca936a26 Mon Sep 17 00:00:00 2001 From: StoneyDSP Date: Fri, 18 Oct 2024 02:45:57 +0200 Subject: [PATCH] fixing base URL Signed-off-by: StoneyDSP --- public/index.html | 5 ++--- public/manifest.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 0311f62..d30748b 100644 --- a/public/index.html +++ b/public/index.html @@ -17,10 +17,9 @@ -
+
diff --git a/public/manifest.json b/public/manifest.json index 607e284..78a730f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -29,7 +29,7 @@ "sizes": "512x512" } ], - "start_url": ".", + "start_url": "/ts-web-components/", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff"