feat: add instagram image proxy to bypass client DNS blocks

This commit is contained in:
mstfyldz
2026-07-17 18:34:48 +03:00
parent 287dbcd96e
commit cdc72a4109
3 changed files with 36 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ async function getInstagramData() {
username: 'moy_akyaka',
maxId: ''
}),
next: { revalidate: 86400 } // 24 hours
next: { revalidate: 3600 } // 1 hour to prevent CDN link expiration
});
if (!res.ok) {