-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
33 lines (29 loc) · 935 Bytes
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[[redirects]]
from = "https://zachhardesty.netlify.com/*"
to = "https://zachhardesty.com/:splat"
status = 301
force = true
[[redirects]]
from = "https://zachhardesty.netlify.app/*"
to = "https://zachhardesty.com/:splat"
status = 301
force = true
[[redirects]]
from = "https://zachhardesty.me/*"
to = "https://zachhardesty.com/:splat"
status = 301
force = true
[[redirects]]
from = "https://zachhardesty.com/go/resume/"
to = "https://docs.google.com/document/d/1JluScSVuuTK9wMS2gK6ygd-4tRxCO73tvwR3lvDe1hI"
# plugins:
# https://github.com/munter/netlify-plugin-checklinks
# - package: netlify-plugin-checklinks
# - package: netlify-plugin-image-optim
# https://github.com/munter/netlify-plugin-subfont#configuration
# - package: netlify-plugin-subfont
# https://github.com/munter/netlify-plugin-hashfiles
# - package: netlify-plugin-hashfiles
# - package: netlify-plugin-lighthouse
# config:
# url: "https://zachhardesty.com"