mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-17 17:23:12 +01:00
move posts to /posts directory
This commit is contained in:
parent
7540f5a0bc
commit
a059141b5e
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ RewriteBase /
|
|||
# legacy redirects
|
||||
RewriteRule ^translate/?$ "https://link.tinylifegame.com/translate" [R=301,L]
|
||||
RewriteRule ^raw(/.*)?$ "https://link.tinylifegame.com/raw$1" [R=301,L]
|
||||
RewriteRule ^devlogs/(.*)$ "posts/$1" [R=301,L]
|
||||
|
||||
# anchor redirects
|
||||
RewriteRule ^about/?$ "#about" [R=301,L,NE]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
permalink: devlogs/:title/
|
||||
permalink: posts/:title/
|
||||
|
||||
defaults:
|
||||
- scope:
|
||||
|
|
Loading…
Reference in a new issue