-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnetlify.toml
More file actions
60 lines (48 loc) · 1.18 KB
/
Copy pathnetlify.toml
File metadata and controls
60 lines (48 loc) · 1.18 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
[[redirects]]
from = "/object/:object"
to = "/object/[tokenId].html?object=:tokenId"
status = 200
[[redirects]]
from = "/created/:created"
to = "/created/[account].html?object=:account"
status = 200
[[redirects]]
from = "/owned/:owned"
to = "/owned/[account].html?object=:account"
status = 200
[[redirects]]
from = "/bids/:bids"
to = "/bids/[account].html?object=:account"
status = 200
[[redirects]]
from = "/forSale/:forSale"
to = "/forSale/[account].html?object=:account"
status = 200
[[redirects]]
from = "/mint/:mint"
to = "/mint/:mint"
status = 200
[[redirects]]
from = "/whitelist/:whitelist"
to = "/whitelist/:whitelist"
status = 200
[[redirects]]
from = "/search/:search"
to = "/search/:search"
status = 200
[[redirects]]
from = "/gallery/:gallery"
to = "/gallery/:gallery"
status = 200
[[redirects]]
from = "/leaderboard/:leaderboard"
to = "/leaderboard/:leaderboard"
status = 200
[[redirects]]
from = "/admin/:admin"
to = "/admin/:admin"
status = 200
# you can also target a specific branch
[context.v0.environment]
V0_ADDRESS = "address"
BRANCH = "v0" # TEST: should be deploy or something other than production