Skip to content

Commit

Permalink
removed vercel and fixed proxy url
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsosousah committed Jan 25, 2024
1 parent 5e5a6ae commit 70de8cc
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,6 @@
<div id="userInitials"></div>
</div>


<!-- Vercel Speed Insights -->
<script>
window.si = window.si || function () { (window.siq = window.siq || []).push(arguments); };
</script>
<script defer src="/_vercel/speed-insights/script.js"></script>


<!-- Vercel Insights -->
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>

<!-- Scripts -->
<script>
// Register the web app service worker
Expand All @@ -131,7 +117,7 @@
proxyURL = decodeURI(tempCustomProxy);
} else {
console.log("Using default proxy");
proxyURL = "api/proxy.php";
proxyURL = "proxy.php";
}

// Check if the user is logged in, if not, prompt to login
Expand Down

0 comments on commit 70de8cc

Please sign in to comment.