mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 19:34:42 -04:00
Add some rickrolls redirects
This commit is contained in:
parent
2ce21c34b2
commit
b8393b1b59
28
netlify.toml
28
netlify.toml
@ -29,3 +29,31 @@ HUGO_VERSION = "0.70.0"
|
||||
[context.next.environment]
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[[redirects]]
|
||||
from = "/wp-login.php"
|
||||
to = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||
|
||||
[[redirects]]
|
||||
from = "//blog/wp-includes/wlwmanifest.xml"
|
||||
to = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||
|
||||
[[redirects]]
|
||||
from = "//cms/wp-includes/wlwmanifest.xml"
|
||||
to = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||
|
||||
[[redirects]]
|
||||
from = "//wp-includes/wlwmanifest.xml"
|
||||
to = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||
|
||||
[[redirects]]
|
||||
from = "//wordpress/wp-includes/wlwmanifest.xml"
|
||||
to = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||
|
||||
[[redirects]]
|
||||
from = "//site/wp-includes/wlwmanifest.xml"
|
||||
to = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||
|
||||
[[redirects]]
|
||||
from = "//wp/wp-includes/wlwmanifest.xml"
|
||||
to = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user