Karan6124 commited on
Commit
ded74b7
·
1 Parent(s): fea0c7f

config: proxy /api/metrics via Vercel to bypass HF Cloudflare scraper block

Browse files
Files changed (1) hide show
  1. frontend/vercel.json +4 -0
frontend/vercel.json CHANGED
@@ -1,5 +1,9 @@
1
  {
2
  "rewrites": [
 
 
 
 
3
  {
4
  "source": "/(.*)",
5
  "destination": "/index.html"
 
1
  {
2
  "rewrites": [
3
+ {
4
+ "source": "/api/metrics",
5
+ "destination": "https://karan6124-quantiq.hf.space/metrics"
6
+ },
7
  {
8
  "source": "/(.*)",
9
  "destination": "/index.html"