update base, add /about, footer
This commit is contained in:
parent
434f29b967
commit
251931c838
11 changed files with 1721 additions and 1437 deletions
|
@ -9,12 +9,16 @@ import {
|
|||
ScrollRestoration,
|
||||
} from "@remix-run/react";
|
||||
import * as styles from "./root.css";
|
||||
import "./reset.css";
|
||||
|
||||
export const links: LinksFunction = () => [
|
||||
{ rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin: true },
|
||||
{ rel: "preconnect", href: "ttps://fonts.googleapis.com", crossorigin: true },
|
||||
{
|
||||
rel: "stylesheet",
|
||||
href: "https://unpkg.com/modern-css-reset@1.4.0/dist/reset.min.css",
|
||||
href: "https://fonts.googleapis.com/css2?family=Unbounded:wght@700&display=swap",
|
||||
},
|
||||
|
||||
...(cssBundleHref ? [{ rel: "stylesheet", href: cssBundleHref }] : []),
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue