1
mirror of https://github.com/jakejarvis/jrvs.io.git synced 2025-04-26 12:18:28 -04:00

Update netlify.toml

This commit is contained in:
Jake Jarvis 2020-05-14 20:22:16 -04:00 committed by GitHub
parent 90462723c1
commit d4bd5403bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,7 @@
# redirect root to jarv.is
[[redirects]]
from = "/"
to = "https://jarv.is/?utm_source=jrvs"
to = "https://jarv.is/?utm_source=jrvs.io"
status = 301
force = true
@ -12,32 +11,28 @@
# https://community.netlify.com/t/immutable-images-how-do-i-specify-paths-for-all-images-in-directory-tree-in-headers/10583/4
#
# ...and netlify-shortener doesn't support placing _redirects in a subdirectory.
#
# TODO: submit a PR to do so. :)
[[redirects]]
from = "package.json"
to = "/404.html"
status = 404
force = true
[[redirects]]
from = "package-lock.json"
to = "/404.html"
status = 404
force = true
[[redirects]]
from = "cli.js"
to = "/404.html"
status = 404
force = true
[[redirects]]
from = "README.md"
to = "/404.html"
status = 404
force = true
[[redirects]]
from = "LICENSE.md"
to = "/404.html"