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

remove broken fathom dashboard iframes

This commit is contained in:
2022-09-23 16:39:59 -04:00
parent ad45eb6cc5
commit beb74f84ce
8 changed files with 227 additions and 257 deletions

View File

@@ -33,7 +33,6 @@ export const getServerSideProps: GetServerSideProps<Record<string, never>> = asy
{ url: "/previously/" },
{ url: "/privacy/", priority: 0.1, changefreq: EnumChangefreq.YEARLY },
{ url: "/projects/", changefreq: EnumChangefreq.DAILY },
{ url: "/stats/", priority: 0.1, changefreq: EnumChangefreq.YEARLY },
{ url: "/uses/" },
{ url: "/y2k/" },
];