Skip to content

Commit 2063186

Browse files
committed
trying to fix routing
1 parent 92f801a commit 2063186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"use strict";
33
var o = e.querySelector("#app");
44
(o.baseUrl = "/"),
5-
"" === window.location.port && (o.baseUrl = "/finalcomp-2022/"),
5+
"" === window.location.port && (o.baseUrl = "/"),
66
(o.displayInstalledToast = function () {
77
Polymer.dom(e).querySelector("platinum-sw-cache").disabled ||
88
Polymer.dom(e).querySelector("#caching-complete").show();

0 commit comments

Comments
 (0)