Skip to content

Example: Refresh images on Vercel

Hiroki Toyokawa edited this page Mar 12, 2023 · 1 revision

If you want to refresh images like SWR on Vercel, you can refer the commits in the following branch.

Note that you need to add export const prerender = true to all other pages except srg/pages/api/blocks/[id].json.ts.

Clone this wiki locally