chore: redirects
This commit is contained in:
parent
32241e8780
commit
3f7eb184b1
3 changed files with 8 additions and 17 deletions
19
_redirects
19
_redirects
|
@ -53,20 +53,11 @@
|
|||
/now.html /now 301
|
||||
|
||||
# feeds
|
||||
/feed https://feedpress.me/coryd 301
|
||||
/rss https://feedpress.me/coryd 301
|
||||
/atom https://feedpress.me/coryd 301
|
||||
/rss.xml https://feedpress.me/coryd 301
|
||||
/atom.xml https://feedpress.me/coryd 301
|
||||
/feeds/all.xml https://feedpress.me/coryd 301
|
||||
/feed.xml https://feedpress.me/coryd
|
||||
/feed.json https://feedpress.me/coryd.json
|
||||
/books.xml https://feedpress.me/coryd-books
|
||||
/books.json https://feedpress.me/coryd-books.json
|
||||
/links.xml https://feedpress.me/coryd-links
|
||||
/links.json https://feedpress.me/coryd-links.json
|
||||
/follow.xml https://feedpress.me/coryd-all
|
||||
/follow.json https://feedpress.me/coryd-all.json
|
||||
/feeds/posts.xml /feeds/posts 301
|
||||
/feeds/links.xml /feeds/links 301
|
||||
/feeds/books.xml /feeds/books 301
|
||||
/feeds/movies.xml /feeds/movies 301
|
||||
/feeds/all.xml /feeds/all 301
|
||||
|
||||
# general
|
||||
/articles/ /posts/ 301
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "21.9.2",
|
||||
"version": "21.9.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "21.9.2",
|
||||
"version": "21.9.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "21.9.2",
|
||||
"version": "21.9.3",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Reference in a new issue