Farnabaz
Farnabaz
Could you share link to your page?
Sorry for the late response, I've beed navigation through you website, I didn't see any wired requests in networks. Does it related to 400 errors?
Since changing routes resolved the issue, I believe the [`$route` watch](https://github.com/nuxt-community/google-adsense-module/blob/master/lib/plugin.template.js#L87-L106) cause the issue.
The shikiji issue is resolved in latest release, does the issue still exists in latest release(v2.10.0)?
Strange, Do you mind providing a reproduction? I just created a new Nuxt project and highlighting works fine in dev. Note that, syntax highlighting is not enabled by default and...
You can modify watch url via [`watch` option](https://content.nuxt.com/get-started/configuration#watch) in module config. Also take a look at [listhen options](https://github.com/unjs/listhen?tab=readme-ov-file#options)
Do you have a link to search page from the index? This is likely happens because Nuxt generator could not reach to your page with crawling and therefor it did...
I've followed what you described above and it worked when I added a link to the search page in the home page. You might have different setup or something else...
In production, the Module does not revalidate its cache, and it always uses built time cache. This feature might introduce in next release under an experimental flag, and currently there...
Content module does not support SSR false by default because it highly depends on Nuxt pre-renderer to generate static pages. However, there is an experimental flag that you can use...