From cb44e8572f502b0f1d072bfd19304eaef526d37f Mon Sep 17 00:00:00 2001 From: David Valdez Date: Tue, 25 Apr 2023 02:20:29 +0000 Subject: [PATCH] Changes to support custom basepath in routing --- ui/public/manifest.json | 6 +++--- ui/src/index.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/public/manifest.json b/ui/public/manifest.json index 36ff4e94..dc8ab48d 100644 --- a/ui/public/manifest.json +++ b/ui/public/manifest.json @@ -8,15 +8,15 @@ "background_color": "white", "icons": [ { - "src": "/assets/logo192.png", + "src": "/photoview/logo192.png", "sizes": "192x192" }, { - "src": "/assets/logo512.png", + "src": "/photoview/logo512.png", "sizes": "512x512" }, { - "src": "/assets/photoview-logo.svg", + "src": "/photoview/photoview-logo.svg", "sizes": "150x150" } ] diff --git a/ui/src/index.tsx b/ui/src/index.tsx index 3c0d73f3..072b14ea 100644 --- a/ui/src/index.tsx +++ b/ui/src/index.tsx @@ -16,7 +16,7 @@ setupLocalization() const Main = () => ( - +