diff --git a/web/lib/util/page-data.ts b/web/lib/util/page-data.ts index 32c2d390..51ecfa51 100644 --- a/web/lib/util/page-data.ts +++ b/web/lib/util/page-data.ts @@ -22,7 +22,7 @@ export const getPageData = async (route = '/') => { const url = `${DEPLOYED_WEB_URL}/api/proxy-data?path=${buildId}/${cleanRoute || 'index'}.json` debug('Fetching data from:', url) const res = await fetch(url, { - cache: 'force-cache', + // cache: 'force-cache', // must fetch fresh data if their profile changed or got deleted }) if (!res.ok) {