Building for Relative Paths

This commit is contained in:
xbgmsharp
2024-03-02 16:45:53 +00:00
parent 17cb74c96e
commit ebd4784c25
2 changed files with 3 additions and 3 deletions

View File

@@ -49,5 +49,5 @@
"@types/react-dom": "^18.0.0",
"typescript": "^4.7.4"
},
"homepage": "https://xbgmsharp.github.io/postgsail"
"homepage": "."
}

View File

@@ -5,8 +5,8 @@ import {makeThisModuleAnExecutableRouteLister} from "github-pages-plugin-for-typ
export const routeDefs = {
"home": defineRoute("/"),
"pageExample": defineRoute("/page-example"),
"postgsail": defineRoute("/"),
//"pageExample": defineRoute("/page-example"),
//"postgsail": defineRoute("/"),
};
makeThisModuleAnExecutableRouteLister(routeDefs);