now.json 456 B

123456789101112131415161718192021
  1. {
  2. "version": 2,
  3. "rewrites": [
  4. {"source": "/api/(.*)", "destination": "https://sentry.io/api/$1"},
  5. {"source": "/_assets/(.*)", "destination": "/$1"},
  6. {"source": "/(.*)", "destination": "/index.html"}
  7. ],
  8. "headers": [
  9. {
  10. "source": "/api/(.*)",
  11. "headers": [{"key": "Referer", "value": "https://sentry.io/"}]
  12. }
  13. ],
  14. "build": {
  15. "env": {
  16. "SENTRY_EXPERIMENTAL_SPA": "1"
  17. }
  18. },
  19. "github": {"silent": true}
  20. }