1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-28 20:35:49 -04:00

fix fathom dashboard iframe

This commit is contained in:
2022-04-26 14:35:08 -04:00
parent 6ab0c5a97f
commit 36e0835947
2 changed files with 8 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ export const getServerSideProps: GetServerSideProps = async (context) => {
{ loc: "/previously/" },
{ loc: "/privacy/", priority: 0.1, changefreq: "yearly" },
{ loc: "/projects/", changefreq: "daily" },
{ loc: "/stats/", priority: 0.1, changefreq: "yearly" },
{ loc: "/uses/" },
{ loc: "/y2k/" },
];