nuxt / nuxters

https://nuxters.nuxt.com
MIT License
139 stars 20 forks source link

feat: single page #32

Closed Flosciante closed 1 year ago

Flosciante commented 1 year ago

Closes #29

cloudflare-workers-and-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6e4530c
Status: ✅  Deploy successful!
Preview URL: https://33754c4f.nuxters.pages.dev
Branch Preview URL: https://feat-single-page.nuxters.pages.dev

View logs

atinux commented 1 year ago

Looking good so far, only thing is I want to cache the OG image for 1 minute at least, example: https://b251d9c6.nuxters.pages.dev/harlan-zw/__og_image__/og.png

When I try to set a routeRules in the nuxt.config.ts, I get a 500 error with Nuxt Island @harlan-zw

Help is more than welcome, see that I also define the ogImage.runtimeCacheStorage: https://github.com/nuxt/nuxters/blob/feat/single-page/nuxt.config.ts#L76-L80