mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-25 16:05:39 -04:00
disable Hugo aliases & move them to vercel.json
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user