-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnetlify.toml
More file actions
108 lines (89 loc) · 1.82 KB
/
netlify.toml
File metadata and controls
108 lines (89 loc) · 1.82 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
[build]
command = "pnpm build"
publish = "out/"
[build.environment]
# Use only for build cache.
NETLIFY_NEXT_PLUGIN_SKIP = "true"
[[plugins]]
package = "@sentry/netlify-build-plugin"
[[plugins]]
package = "@netlify/plugin-nextjs"
[[headers]]
for = "/manifest.json"
[headers.values]
Access-Control-Allow-Origin = "*"
[[redirects]]
from = "/streams/*"
to = "/streams/[_v1Network]/[_tx]/[_log]/[[..._rest]].html"
status = 200
force = false
[[redirects]]
from = "/stream/*"
to = "/stream/[_network]/[_stream].html"
status = 200
force = false
[[redirects]]
from = "/token/*"
to = "/token/[_network]/[_token].html"
status = 200
force = false
[[redirects]]
from = "/vesting/*"
to = "/vesting/[_network]/[_id].html"
status = 200
force = false
[[redirects]]
from = "/dashboard"
to = "/"
status = 301
force = false
[[redirects]]
from = "/currencies"
to = "/"
status = 301
force = false
[[redirects]]
from = "/transactions"
to = "/"
status = 301
force = false
[[redirects]]
from = "/distribution"
to = "/"
status = 301
force = false
[[redirects]]
from = "/activities"
to = "/"
status = 301
force = false
[[redirects]]
from = "/settings"
to = "/"
status = 301
force = false
[[redirects]]
from = "/GT-Walsheim-Pro-Medium.otf"
to = "/fonts/GT-Walsheim-Pro-Medium.otf"
status = 301
force = false
[[redirects]]
from = "/GT-Walsheim-Pro-Regular.otf"
to = "/fonts/GT-Walsheim-Pro-Regular.otf"
status = 301
force = false
[[redirects]]
from = "/static/*"
to = "https://v1.superfluid.finance/static/:splat"
status = 301
force = false
[[redirects]]
from = "/runner"
to = "/superfluid-runner"
status = 301
force = false
[[redirects]]
from = "/ecosystem"
to = "https://www.superfluid.finance/ecosystem"
status = 301
force = false