update page URL
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
This commit is contained in:
parent
f4d1efc989
commit
e973587698
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
baseURL: https://www.lauka.net/
|
baseURL: https://adora.codes/
|
||||||
languageCode: en-us
|
languageCode: en-us
|
||||||
title: "Adoras Website <3"
|
title: "Adoras Website <3"
|
||||||
enableGitInfo: true
|
enableGitInfo: true
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/cv"
|
from = "https://www.lauka.net/cv"
|
||||||
to = "https://cv.lauka.net"
|
to = "https://cv.lauka.net"
|
||||||
status = 301
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "https://lauka.net/cv"
|
||||||
|
to = "https://cv.lauka.net"
|
||||||
|
status = 301
|
Loading…
Reference in a new issue