dylanebert HF Staff commited on
Commit
535fccf
·
1 Parent(s): e14197a

no caching

Browse files
Files changed (1) hide show
  1. viewer/src/routes/+page.svelte +1 -0
viewer/src/routes/+page.svelte CHANGED
@@ -664,6 +664,7 @@
664
  method: "GET",
665
  headers: {
666
  Authorization: "Bearer " + import.meta.env.VITE_HF_TOKEN,
 
667
  },
668
  });
669
  rows = await response.json();
 
664
  method: "GET",
665
  headers: {
666
  Authorization: "Bearer " + import.meta.env.VITE_HF_TOKEN,
667
+ "Cache-Control": "no-cache",
668
  },
669
  });
670
  rows = await response.json();