mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Get gh page to work. Update HTML metadata.
This commit is contained in:
@@ -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" />
|
||||||
<!--
|
<!--
|
||||||
|
@@ -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);
|
||||||
|
Reference in New Issue
Block a user