nuxt-vercel-isr
nuxt-vercel-isr copied to clipboard
A tiny demo to show off Nuxt's route rules integration with Vercel.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...
When you have an island component that accepts some props: ```vue // Test.server.vue defineProps(); test island {{ data }} ``` And use it like ```vue // index.vue ``` Locally it...
I am looking to implement something like the Next.js example [here](https://on-demand-isr.vercel.app/) but I am not finding any documentation on how to do on-demand revalidation without the Next.js framework. Is this...
I'm wondering if Netlify has caught up to Vercel regarding ISR?
Hello, It is not clear for me, how would you trigger the regeneration of /static page in your example? ``` // this page will be generated on demand and then...