mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +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
|
status = 301
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
|
# https://answers.netlify.com/t/how-do-i-do-cross-domain-redirects-to-github-repositories-from-netlify/52258/2?u=b00bleatea
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/git"
|
from = "/git/*"
|
||||||
to = "https://github.com/TruncatedDinosour/website"
|
to = "https://github.com/TruncatedDinosour/:splat"
|
||||||
status = 301
|
status = 301
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
|
@ -83,9 +84,10 @@
|
||||||
status = 302
|
status = 302
|
||||||
force = false
|
force = false
|
||||||
|
|
||||||
|
# https://answers.netlify.com/t/how-do-i-do-cross-domain-redirects-to-github-repositories-from-netlify/52258/2?u=b00bleatea
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/gh/:project"
|
from = "/gh/*"
|
||||||
to = "https://github.com/TruncatedDinosour/:project"
|
to = "https://github.com/TruncatedDinosour/:splat"
|
||||||
status = 301
|
status = 301
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue