Saifur Rahman Mohsin
Saifur Rahman Mohsin
> @TotomInc As a workaround, You can also use `nitro:config` hook to add custom (async) routes to prerenderer: > > ```js > import { defineNuxtConfig } from 'nuxt' > >...
I believe this is [the same issue](https://github.com/nuxt/content/discussions/1784) I am facing. I wrote [a hacky workaround](https://github.com/mohsin/iMoz-Web/commit/db126d2df7293a84322ab925fdfb21685d1ae5a0) i.e. to have an extra page to load the API nodes by calling queryContent. So...
> What do you mean does not support SSR false ? @mrleblanc101 I said that? 😳
Like I said, I wrote a workaround to solve this for me without using any listener coz my specific application needed to check visibility only when a button was clicked...
I feel like a **Wiki** would be a better documentation solution for this repo as there are numerous elements that are covered.
@pranvatsa [This project](https://blr.vue.community) uses Vuepress which takes the files from the public folder as it's root whereas Github looks at the actual root and thus fails. A solution would be...