feat: add instagram image proxy to bypass client DNS blocks
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user