From 21f82c7ffd58abd49ceda6275480269c9480dc5f Mon Sep 17 00:00:00 2001 From: Sagnik Das <mailsagnikdas53@gmail.com> Date: Mon, 6 Feb 2023 16:23:55 +0530 Subject: [PATCH] Removed the / as it breaks reverse proxying --- client/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/index.html b/client/index.html index e4752dbe..9523cab5 100644 --- a/client/index.html +++ b/client/index.html @@ -218,8 +218,8 @@ <h1>Snapdrop</h1> <script src="scripts/clipboard.js" async></script> <!-- Sounds --> <audio id="blop" autobuffer="true"> - <source src="/sounds/blop.mp3" type="audio/mpeg"> - <source src="/sounds/blop.ogg" type="audio/ogg"> + <source src="sounds/blop.mp3" type="audio/mpeg"> + <source src="sounds/blop.ogg" type="audio/ogg"> </audio> <!-- no script --> <noscript>