Get gh page to work. Update HTML metadata.

This commit is contained in:
xbgmsharp
2024-03-02 16:08:31 +00:00
parent 473f5007d4
commit 6a07f93aca
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta <meta
name="description" name="description"
content="Web site created using create-react-app" content="PostgSail effortlessly logs your voyages, automatically capturing your trips, moorages, dockings and anchorages with no additional need to stop/start anything. Built for sailors, motorboats and commercial uses."
/> />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- <!--

View File

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