Saurabh Shelar
Saurabh Shelar
I am also trying prerender urls for dynamic routes & I also want to use the data defined in prerender-urls.js ```sh const data = ["Shiba", "Golden", "Husky"]; module.exports = function()...
> @saurabhck12 What are you trying to achieve? > > If your profile page relies on having a user ID, then `preact-cli` can't prerender the page as your prerender data...
Okay. I have seen prerender-data-provider. Don't we have documentation for it?
Thanks @rschristian. This is helpful.