From d8dca940566f1c30f40474887c7fcf6d0875964a Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 19 Feb 2023 16:40:46 -0700 Subject: [PATCH] Fix go2rtc dashboard link --- web/src/routes/System.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/System.jsx b/web/src/routes/System.jsx index 5f749ee22..a89c9e18a 100644 --- a/web/src/routes/System.jsx +++ b/web/src/routes/System.jsx @@ -90,7 +90,7 @@ export default function System() { className="p-1 text-blue-500 hover:underline" target="_blank" rel="noopener noreferrer" - href="live/webrtc" + href="/live/webrtc" > go2rtc dashboard