iris-messenger/netlify.toml

20 lines
461 B
TOML
Raw Normal View History

[build]
environment = { NETLIFY_USE_YARN = "true" }
[dev]
publish = "build"
command = "yarn build"
environment = { NETLIFY_USE_YARN = "true" }
2023-02-06 08:51:35 +00:00
[[headers]]
for = "/.well-known/nostr.json"
[headers.values]
Content-Type = "application/json"
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Methods = "GET"
Access-Control-Allow-Headers = "Content-Type,x-prerender"
2023-02-08 09:56:58 +00:00
[[redirects]]
from = "/*"
to = "/index.html"
status = 200