mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-23 12:34:29 -04:00
redirect /stats to public fathom dashboard
This commit is contained in:
@@ -83,6 +83,7 @@ module.exports = withBundleAnalyzer({
|
|||||||
redirects: async () => [
|
redirects: async () => [
|
||||||
{ source: "/notes/:slug/amp.html", destination: "/notes/:slug/", statusCode: 301 },
|
{ source: "/notes/:slug/amp.html", destination: "/notes/:slug/", statusCode: 301 },
|
||||||
{ source: "/resume/", destination: "/static/resume.pdf", permanent: false },
|
{ source: "/resume/", destination: "/static/resume.pdf", permanent: false },
|
||||||
|
{ source: "/stats/", destination: "https://app.usefathom.com/share/wbgnqukw/jarv.is", permanent: false },
|
||||||
{ source: "/scrabble/:path*", destination: "https://jakejarvis.github.io/scrabble/:path*", permanent: false },
|
{ source: "/scrabble/:path*", destination: "https://jakejarvis.github.io/scrabble/:path*", permanent: false },
|
||||||
{ source: "/jarvis.asc", destination: "/pubkey.asc", permanent: true },
|
{ source: "/jarvis.asc", destination: "/pubkey.asc", permanent: true },
|
||||||
{ source: "/index.xml", destination: "/feed.xml", permanent: true },
|
{ source: "/index.xml", destination: "/feed.xml", permanent: true },
|
||||||
|
@@ -97,7 +97,7 @@ export default function Privacy() {
|
|||||||
</a>{" "}
|
</a>{" "}
|
||||||
service, is also used to gain insights into referrers, search terms, etc.{" "}
|
service, is also used to gain insights into referrers, search terms, etc.{" "}
|
||||||
<strong>without collecting anything identifiable about you</strong>. (My{" "}
|
<strong>without collecting anything identifiable about you</strong>. (My{" "}
|
||||||
<a href="https://app.usefathom.com/share/wbgnqukw/jarv.is" target="_blank" rel="noopener noreferrer">
|
<a href="/stats/" target="_blank" rel="noopener noreferrer">
|
||||||
dashboard
|
dashboard
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
is completely public, too!)
|
is completely public, too!)
|
||||||
|
Reference in New Issue
Block a user