1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-28 16:55:50 -04:00

update component prop types to use JSX.IntrinsicElements

This commit is contained in:
2022-02-09 09:37:20 -05:00
parent f205a14bdc
commit 885f97fa64
40 changed files with 280 additions and 275 deletions

View File

@@ -17,7 +17,7 @@ export const getServerSideProps: GetServerSideProps = async (context) => {
// TODO: make this not manual (serverless functions can't see /pages at runtime)
const pages: Page[] = [
{ relUrl: "/", priority: 1.0, changeFreq: "weekly" }, // homepage
{ relUrl: "/notes/" },
{ relUrl: "/notes/", changeFreq: "weekly" },
{ relUrl: "/birthday/" },
{ relUrl: "/cli/" },
{ relUrl: "/contact/" },
@@ -28,6 +28,7 @@ export const getServerSideProps: GetServerSideProps = async (context) => {
{ relUrl: "/privacy/", priority: 0.1, changeFreq: "yearly" },
{ relUrl: "/projects/", changeFreq: "daily" },
{ relUrl: "/uses/" },
{ relUrl: "/y2k/" },
];
// push notes separately and use their metadata