Changed opensearch to run default 2.14.0, and fixed github.dev redirect

This commit is contained in:
Frikky
2024-05-21 16:18:57 +00:00
parent 089ee084fc
commit 3cd8d5f0ce
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ if (window.location.port === "3000") {
// Development on Github Codespaces
if (globalUrl.includes("app.github.dev")) {
//globalUrl = globalUrl.replace("3000", "5001")
globalUrl = "https://frikky-shuffle-5gvr4xx62w64-5001.preview.app.github.dev"
globalUrl = globalUrl.replace("-3001", "-5001")
//globalUrl = "https://frikky-shuffle-5gvr4xx62w64-5001.preview.app.github.dev"
}
//console.log("global: ", globalUrl)