mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Building for Relative Paths
This commit is contained in:
@@ -49,5 +49,5 @@
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"homepage": "https://xbgmsharp.github.io/postgsail"
|
||||
"homepage": "."
|
||||
}
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user