-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnetlify.toml
More file actions
131 lines (118 loc) · 3.21 KB
/
netlify.toml
File metadata and controls
131 lines (118 loc) · 3.21 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Settings in the [build] context are global and are applied to all contexts
# unless otherwise overridden by more specific contexts.
[build]
# Directory (relative to root of your repo) that contains the deploy-ready
# HTML files and assets generated by the build. If a base directory has
# been specified, include it in the publish directory path.
publish = "dist/"
# Default build command.
command = "pnpm run build"
[[redirects]]
from = "/persistent-democracy/"
to = "/adaptive-democracy/"
status = 301
force = true
[[redirects]]
from = "/persistent-constitutions/"
to = "/adaptive-constitutions/"
status = 301
force = true
[[redirects]]
from = "/persistent-democracy-for-the-skeptical/"
to = "/adaptive-democracy-for-the-skeptical/"
status = 301
force = true
[[redirects]]
from = "/persistent-democracy-labs/"
to = "/adaptive-democracy-labs/"
status = 301
force = true
[[redirects]]
from = "/persistent-funding/"
to = "/adaptive-funding/"
status = 301
force = true
[[redirects]]
from = "/persistent-logistics/"
to = "/adaptive-logistics/"
status = 301
force = true
[[redirects]]
from = "/persistent-prioritization/"
to = "/adaptive-prioritization/"
status = 301
force = true
[[redirects]]
from = "/persistent-voting-open-questions/"
to = "/adaptive-voting-open-questions/"
status = 301
force = true
[[redirects]]
from = "/effective-altruism-and-persistent-democracy/"
to = "/effective-altruism-and-adaptive-democracy/"
status = 301
force = true
[[redirects]]
from = "/drawing-9-1-persistent-commitment.png"
to = "/drawing-9-1-adaptive-commitment.png"
status = 301
force = true
[[redirects]]
# Redirect default Netlify subdomain to primary domain
from = "https://hopefulpathway.netlify.com/*"
to = "https://adaptivedemocracy.institute/:splat"
status = 301
force = true
[[redirects]]
from = "https://hopefulpathway.netlify.app/*"
to = "https://adaptivedemocracy.institute/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.hopefulpathway.blainehansen.me/*"
to = "https://adaptivedemocracy.institute/:splat"
status = 301
force = true
[[redirects]]
from = "https://hopefulpathway.blainehansen.me/*"
to = "https://adaptivedemocracy.institute/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.adaptivedemocracy.institute/*"
to = "https://adaptivedemocracy.institute/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.persistentdemocracy.org/*"
to = "https://adaptivedemocracy.institute/:splat"
status = 301
force = true
[[redirects]]
from = "https://persistentdemocracy.org/*"
to = "https://adaptivedemocracy.institute/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.persistentdemocracy.com/*"
to = "https://adaptivedemocracy.institute/:splat"
status = 301
force = true
[[redirects]]
from = "https://persistentdemocracy.com/*"
to = "https://adaptivedemocracy.institute/:splat"
status = 301
force = true
# If skip_processing = true, all other settings are ignored
# [build.processing]
# skip_processing = false
# [build.processing.css]
# bundle = true
# minify = false
# [build.processing.js]
# bundle = true
# minify = false
[build.processing.html]
pretty_urls = true
[build.processing.images]
compress = true