1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 14:25:31 -04:00

update link to archived hugo site

This commit is contained in:
2022-04-23 07:54:03 -04:00
parent de28dbf4ed
commit 392ad9bb56
4 changed files with 20 additions and 11 deletions

View File

@@ -112,7 +112,7 @@ module.exports = (phase, { defaultConfig }) => {
redirects: async () => [
// NOTE: don't remove this, it ensures de-AMPing the site hasn't offended our google overlords too badly!
// https://developers.google.com/search/docs/advanced/experience/remove-amp#remove-only-amp
{ source: "/:slug/amp.html", destination: "/:slug/", statusCode: 301 },
{ source: "/notes/:slug/amp.html", destination: "/notes/:slug/", statusCode: 301 },
// remnants of previous sites/CMSes:
{ source: "/index.xml", destination: "/feed.xml", permanent: true },