adding support for old links

This commit is contained in:
Timothy Rogers 2024-07-07 12:54:06 -04:00
parent a06878c84c
commit 5995155073
11 changed files with 53 additions and 10 deletions

View file

@ -35,6 +35,59 @@ export default defineConfig({
trailingSlash: 'always',
redirects: {
'/feed': '/rss.xml',
'/2010/06/new-blog': '/posts/new-blog',
'/2012/04/been-a-while': '/posts/been-a-while',
'/2012/04/my-take-on-opensim-grids': '/posts/my-take-on-opensim-grids',
'/2012/04/my-vision-of-the-hypergrid': '/posts/my-vision-of-the-hypergrid',
'/2012/04/we-have-hypergrid-use-it': '/posts/we-have-hypergrid-use-it',
'/2012/05/coming-changes': '/posts/coming-changes',
'/2012/06/timothys-thoughts': '/posts/timothys-thoughts',
'/2012/07/finding-my-place': '/posts/finding-my-place',
'/2012/07/lil-about-me-some-rage': '/posts/lil-about-me-some-rage',
'/2012/08/battle-of-business-vs-opensource':
'/posts/2012-08-09-battle-of-business-vs-opensource',
'/2012/12/new-years-resolutions': '/posts/2012-12-31-new-years-resolutions',
'/2013/02/explaining-opensim-memory-usage':
'/posts/2013-02-11-explaining-opensim-memory-usage',
'/2013/02/thank-you': '/posts/2013-02-13-thank-you',
'/2013/02/needing-rest': '/posts/2013-02-20-needing-rest',
'/2013/02/top-10-reasons-not-to-give-up-on-aurora-sim':
'/posts/2013-02-21-top-10-reasons-not-to-give-up-on-aurora-sim',
'/2013/02/who-is-timothy-vyperhoxleyrogers':
'/posts/2013-02-23-who-is-timothy-vyperhoxleyrogers',
'/2013/03/why-i-closed-aurorascape':
'/posts/2013-03-05-why-i-closed-aurorascape',
'/2013/03/closed-vs-open-really': '/posts/2013-03-11-closed-vs-open-really',
'/2013/04/moving-up-around': '/posts/2013-04-08-moving-up-around',
'/2013/04/my-clocks-are-ticking': '/posts/2013-04-26-my-clocks-are-ticking',
'/2013/06/upset-with-stiffled-innovation':
'/posts/2013-06-19-upset-with-stiffled-innovation',
'/2013/08/depression': '/posts/2013-08-12-depression',
'/2013/09/my-response-to-kitely-marketplace':
'/posts/2013-09-02-my-response-to-kitely-marketplace',
'/2013/11/why-i-dont-use-the-cloud':
'/posts/2013-11-03-why-i-dont-use-the-cloud',
'/2016/01/moved-to-wordpress': '/posts/2016-01-04-moved-to-wordpress',
'/2018/01/where-has-tim-been': '/posts/2018-01-06-where-has-tim-been',
'/2018/01/taking-control-of-my-cloud-storage':
'/posts/2018-01-14-taking-control-of-my-cloud-storage',
'/2018/04/finding-my-linux-distro':
'/posts/2018-04-26-finding-my-linux-distro',
'/2019/01/2019-goals': '/posts/2019-01-26-2019-goals',
'/2019/01/speeding-up-zadaroo-files':
'/posts/2019-01-28-speeding-up-zadaroo-files',
'/2021/10/cloudflare-workers-and-pages':
'/posts/2021-10-29-cloudflare-workers-and-pages',
'/2022/02/struggling-with-anxiety':
'/posts/2022-02-02-struggling-with-anxiety',
'/2022/02/nft-polarization': '/posts/2022-02-17-nft-polarization',
'/2022/04/neosvr-event-hosting': '/posts/2022-04-17-neosvr-event-hosting',
'/2022/05/continuing-to-find-myself':
'/posts/2022-05-08-continuing-to-find-myself',
'/2023/05/decentralized-protocols':
'/posts/2023-05-03-decentralized-protocols',
'/2023/09/perspectives': '/posts/2023-09-16-upset-over-crypto',
'/2023/12/mff-2023-fedi-panel': '/posts/2023-12-06-mff-2023-panel',
},
integrations: [
tailwind(),