-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
87 lines (73 loc) · 2.02 KB
/
netlify.toml
File metadata and controls
87 lines (73 loc) · 2.02 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[build]
publish = "dist"
command = "npm run build"
[[headers]]
for = "/*"
[headers.values]
Permissions-Policy = "interest-cohort=()"
[[redirects]]
from = "https://iamdeveloper.com/*"
to = "https://www.nickyt.co/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.iamdeveloper.com/*"
to = "https://www.nickyt.co/:splat"
status = 301
force = true
[[redirects]]
from = "https://nickyt.online/*"
to = "https://www.nickyt.co/socials/"
status = 301
force = true
[[redirects]]
from = "https://www.nickyt.online/*"
to = "https://www.nickyt.co/socials/"
status = 301
force = true
[[redirects]]
from = "/posts/*"
to = "/blog/:splat"
status = 301
force = true
[[redirects]]
from = "/news"
to = "https://OneTipAWeek.com"
status = 302
force = true
[[redirects]]
from = "https://vscodetips.com/"
to = "https://nickyt.co"
status = 301
force = true
# Thanks two Phils! https://www.hawksworx.com/blog/alias-your-mastodon-username-to-your-domain-with-one-netlify-config-setting/
[[redirects]]
from = "/.well-known/webfinger"
to = "https://hachyderm.io/.well-known/webfinger?resource=acct:nickytonline@hachyderm.io"
status = 200
[[redirects]]
from = "/slides/apollo-mcp-july-2025"
to = "https://docs.google.com/presentation/d/e/2PACX-1vRt3EHmvKqC5QM3V9yjWk-IlExgeVx1JlRWBrBNX0XjXrheOieGNz9-R4Nq8vL1iinFtFnn0xI7JjoY/pub?start=false&loop=false&delayms=5000"
status = 301
force = true
[[redirects]]
from = "/fresh-demo"
to = "https://fresh-demo.nickytonline.deno.net/"
status = 301
force = true
[[redirects]]
from = "/bsides2025"
to = "https://docs.google.com/presentation/d/e/2PACX-1vTbLPEshdJJvFgmnmvqlsQDbYmgqgSnK4BTOEPrubl5zF9NGSib_6ltEsHfPhNvmAfwct-erWA3hO7o/pub?start=false&loop=false&delayms=5000"
status = 301
force = true
[[redirects]]
from = "/cyc2025"
to = "https://docs.google.com/presentation/d/e/2PACX-1vSxw2QZXhKQ-tjmbm5RYSDfB28pXvLx-x_TW-e6Ucy2MrGqK2IvQ_O3ChJbK33TPisV0D4NvVJ8A9-9/pub?start=false&loop=false&delayms=5000"
status = 301
force = true
# old page urls redirects
[[redirects]]
from = "/pages/*"
to = "/:splat"
status = 301
force = true