Skip to content

Commit

Permalink
trying to fix routing
Browse files Browse the repository at this point in the history
  • Loading branch information
qwyl committed Apr 27, 2024
1 parent 92f801a commit 2063186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"use strict";
var o = e.querySelector("#app");
(o.baseUrl = "/"),
"" === window.location.port && (o.baseUrl = "/finalcomp-2022/"),
"" === window.location.port && (o.baseUrl = "/"),
(o.displayInstalledToast = function () {
Polymer.dom(e).querySelector("platinum-sw-cache").disabled ||
Polymer.dom(e).querySelector("#caching-complete").show();
Expand Down

0 comments on commit 2063186

Please sign in to comment.