vercel.json 550 B

1234567891011121314151617181920212223
  1. {
  2. "rewrites": [
  3. {
  4. "source": "/stats/js/script.js",
  5. "destination": "https://plausible.io/js/script.outbound-links.js"
  6. },
  7. {
  8. "source": "/stats/api/event",
  9. "destination": "https://plausible.io/api/event"
  10. },
  11. {
  12. "source": "/download",
  13. "destination": "https://github.com/tabler/tabler/archive/refs/heads/main.zip"
  14. }
  15. ],
  16. "git": {
  17. "deploymentEnabled": {
  18. "changeset-release/dev": false,
  19. "changeset-release/main": false,
  20. "changeset-release/dev-site-unify": false
  21. }
  22. }
  23. }