a10b22a382
- Remove the polling interval override in the index.tsx which is redundant with the connectors file overrides
21 lines
453 B
TOML
21 lines
453 B
TOML
# block some countries
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/451.html"
|
|
status = 451
|
|
force = true
|
|
conditions = {Country=["BY","CU","IR","IQ","CI","LR","KP","SD","SY","ZW"]}
|
|
headers = {Link="<https://uniswap.exchange>"}
|
|
|
|
# forward v2 subdomain to apex
|
|
[[redirects]]
|
|
from = "https://v2.uniswap.exchange/*"
|
|
to = "https://uniswap.exchange/:splat"
|
|
status = 301
|
|
|
|
# support SPA setup
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|