mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Sun 20 Feb 02:31:32 EET 2022
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
This commit is contained in:
parent
6ddaa9d45b
commit
9da761d7b3
1 changed files with 4 additions and 5 deletions
|
@ -41,7 +41,6 @@
|
|||
status = 301
|
||||
force = true
|
||||
|
||||
# https://answers.netlify.com/t/how-do-i-do-cross-domain-redirects-to-github-repositories-from-netlify/52258/2?u=b00bleatea
|
||||
[[redirects]]
|
||||
from = "/git/*"
|
||||
to = "https://github.com/TruncatedDinosour/website/:splat"
|
||||
|
@ -49,8 +48,8 @@
|
|||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/dotfiles"
|
||||
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned"
|
||||
from = "/dotfiles/*"
|
||||
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
|
@ -61,8 +60,8 @@
|
|||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/overlay"
|
||||
to = "https://github.com/TruncatedDinosour/dinolay"
|
||||
from = "/overlay/*"
|
||||
to = "https://github.com/TruncatedDinosour/dinolay/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue