-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
71 lines (58 loc) · 1.57 KB
/
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
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
# netlify.toml
[build]
command = "npm run build"
publish = ".next"
[build.environment]
NEXT_PUBLIC_IMAGE_DOMAIN_1 = "candid-cookie.flywheelsites.com"
NEXT_PUBLIC_SITE_URL = "https://draft.dev"
NODE_VERSION = "18"
[[plugins]]
package = "@netlify/plugin-nextjs"
[functions]
node_bundler = "esbuild"
included_files = ["public/**/*", ".next/server/**/*"]
[[redirects]]
from = "/case-studies/earthly"
to = "/case-studies"
status = 301
force = true
[[redirects]]
from = "https://glittery-faun-4426fe.netlify.app/*"
to = "https://draft.dev/:splat"
status = 301
force = true
[[redirects]]
from = "https://draft.dev/team"
to = "https://draft.dev/about"
status = 301
force = true
[[redirects]]
from = "https://draft.dev/case-study"
to = "https://draft.dev/case-studies"
status = 301
force = true
[[redirects]]
from = "https://draft.dev/learn/b2b-marketing"
to = "https://draft.dev/learn/the-b2b-saas-marketing-guide"
status = 301
force = true
[[redirects]]
from = "https://draft.dev/lead-generation"
to = "https://draft.dev/#lead-generation-package"
status = 301
force = true
[[redirects]]
from = "https://draft.dev/learn/great-content-marketing-doesn-t-depend-on-luck"
to = "https://draft.dev/learn/great-content-marketing-doesnt-depend-on-luck"
status = 301
force = true
[[redirects]]
from = "https://draft.dev/best"
to = "https://draft.dev/learn"
status = 301
force = true
[[redirects]]
from = "https://draft.dev/best/best-cybersecurity-blogs"
to = "https://draft.dev/learn"
status = 301
force = true