Non-start bug fix

This commit is contained in:
MatthiasSaihttam 2021-09-15 17:18:05 -04:00
parent 726ed2338d
commit e351bc03d4
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ export default class GeminiServer {
//Then we're dealing with a hostname
//TODO: This means that "localhost" and "localhost/" are both accepted
//It's wierd to force one over the other, but I might in the future
if (hostname.includes("/")) {
if (basePath.includes("/")) {
hostname = basePath.slice(0, basePath.indexOf("/"));
}

View File

@ -1,6 +1,6 @@
{
"name": "astronomical-theater",
"version": "v2.0.1",
"version": "v2.0.3",
"author": "Matthias",
"license": "CC0-1.0",
"type": "module",