disable Hugo aliases & move them to vercel.json

This commit is contained in:
2021-06-13 09:23:11 -04:00
parent f35bd7aac2
commit c02f3e7e9a
7 changed files with 9 additions and 1 deletions
+5
View File
@@ -18,6 +18,11 @@
{ "source": "/notes/:slug/amp.html", "destination": "/notes/:slug/", "statusCode": 301 },
{ "source": "/blog/(.*)", "destination": "/notes/", "permanent": true },
{ "source": "/archives/(.*)", "destination": "/notes/", "permanent": true },
{ "source": "/2013/11/21/no-homo-still-raps-motto/", "destination": "/notes/no-homo-still-raps-motto/", "permanent": true },
{ "source": "/2016/02/28/millenial-with-hillary-clinton/", "destination": "/notes/millenial-with-hillary-clinton/", "permanent": true },
{ "source": "/2018/12/04/how-to-shrink-linux-virtual-disk-vmware/", "destination": "/notes/how-to-shrink-linux-virtual-disk-vmware/", "permanent": true },
{ "source": "/2018/12/07/shrinking-a-linux-virtual-disk-with-vmware/", "destination": "/notes/how-to-shrink-linux-virtual-disk-vmware/", "permanent": true },
{ "source": "/2018/12/10/cool-bash-tricks-for-your-terminal-dotfiles/", "destination": "/notes/cool-bash-tricks-for-your-terminal-dotfiles/", "permanent": true },
{ "source": "/feed/", "destination": "/feed.xml", "permanent": true },
{ "source": "/rss/", "destination": "/feed.xml", "permanent": true },
{ "source": "/index.xml", "destination": "/feed.xml", "permanent": true },