Carlos Mori
Carlos Mori
Hey guys is there any way to configure prerender routes with not only an array of strings but also passing a payload? Im thinking something like this: `nitroConfig.prerender.routes.push({route: '/custom', payload:...
I wanted to associate the payload with the route so the page can have information about it. 1- I have a route /:id 2- in that page I fetch an...
Oh gotcha, so I pre render the routes and then in the :id page with the method useAsyncData I can do stuff server side. I didnt know I could use...
> I think I've found what is happening. The library depends on `google-fonts-helper`. This helps with the download of the fonts. When the [execute](https://github.com/nuxt-community/google-fonts-module/blob/36e89d26058d55a7d64e57152a7f30d1360bffb2/src/module.ts#L93) method is called, it verifies that...
Hey guys is there any way to configure prerender routes with not only an array of strings but also passing a payload? Im thinking something like this: `nitroConfig.prerender.routes.push({route: '/custom', payload:...
I wanted to associate the payload with the route so the page can have information about it. 1- I have a route /:id 2- in that page I fetch an...
Oh gotcha, so I pre render the routes and then in the :id page with the method useAsyncData I can do stuff server side. I didnt know I could use...