Özkan Yanikbas

Results 6 comments of Özkan Yanikbas

If you are using the URL-parameter from your dynamic routes to fetch your data, then use `route.path` instead of `route.fullPath`. The problem is, `route.fullPath` will contain additional queries from Storyblok....

How do we push payloads before generating the routes? Currently, `nitro.prerender.routes` is only an Array of strings. In Nuxt 2 we could push the payload inside `generate.routes` combined with the...

How do we push payloads before generating the routes? Currently, `nitro.prerender.routes` is only an Array of strings. In Nuxt 2 we could push the payload inside `generate.routes` combined with the...

> How do we push payloads before generating the routes? Currently, `nitro.prerender.routes` is only an Array of strings. In Nuxt 2 we could push the payload inside `generate.routes` combined with...

@alexkramer98 an alternative would be to separate production and preview. You could put the preview on a subdomain, like preview.my-domain.com, and reveal the private key only there. I use this...

I have written a blog post on the multi-branch approach that I have suggested. Maybe it will help some people. https://thenextbit.de/en/blog/storyblok-multi-branch-preview-environment-nuxt-3-static