From fa998ec9bf6d9d64113ea75de1029c39d3934cbe Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Thu, 21 May 2026 13:56:13 +0200 Subject: [PATCH] fix(dev): restore Dropbox file proxy --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 2da09d9..8104e86 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -200,7 +200,7 @@ export default function App() { if (isDev) { const cacheBuster = `t_${Date.now()}`; - const fileUrl = `/api/dropbox-proxy?${cacheBuster}=${Date.now()}`; + const fileUrl = `/dropbox-file/scl/fi/usa8me7ywgylrij2bt6hj/Data-Matrix.xlsx?rlkey=tsec8csrhye54u1fdvk15ped1&st=qbxxs4cn&dl=0&${cacheBuster}=${Date.now()}`; console.log('Fetching Data-Matrix.xlsx from Dropbox (hard refresh)...'); try { const response = await fetch(fileUrl, { cache: 'no-store' });