mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-20 11:22:55 -05:00
chore: add cache headers to og endpoint (#2240)
This commit is contained in:
@@ -52,6 +52,9 @@ export async function GET(req: NextRequest) {
|
||||
{
|
||||
width: 800,
|
||||
height: 400,
|
||||
headers: {
|
||||
"Cache-Control": "public, s-maxage=600, max-age=1800, stale-while-revalidate=600, stale-if-error=600",
|
||||
},
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user