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:23:41 EET 2022
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
This commit is contained in:
parent
2eab6749f6
commit
b984069d64
1 changed files with 6 additions and 4 deletions
10
netlify.toml
10
netlify.toml
|
@ -41,9 +41,10 @@
|
|||
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"
|
||||
from = "/git/*"
|
||||
to = "https://github.com/TruncatedDinosour/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
|
@ -83,9 +84,10 @@
|
|||
status = 302
|
||||
force = false
|
||||
|
||||
# https://answers.netlify.com/t/how-do-i-do-cross-domain-redirects-to-github-repositories-from-netlify/52258/2?u=b00bleatea
|
||||
[[redirects]]
|
||||
from = "/gh/:project"
|
||||
to = "https://github.com/TruncatedDinosour/:project"
|
||||
from = "/gh/*"
|
||||
to = "https://github.com/TruncatedDinosour/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue