Huibeom Kim
Huibeom Kim
Hi! Just wanted to ask some questions if I'm understanding this correctly (I wasn't sure if I should have made a new issue, but it seemed more related to this...
There is similar [issue](https://github.com/nuxt/content/issues/1880) raised at nuxt content repo
I [previously](https://github.com/nuxt/content/issues/1880) had cloudflare deployment failing with this circular dependency warning. However, this was problem with the build output directory in cloudflare, because I just managed to resolve the deployment...
So I had my [blog](https://github.com/Zerro97/khuibeom.com) failing deployment originally, so I made this [repo](https://github.com/Zerro97/cloudflare-deployment-test) with fresh nuxt setup for testing purpose. Both of them were failing in deployment but that was...
I'm not sure if this is helpful, but for android 14, I managed to resolve the same error message by following the comments written in this issue (#977)
Moving `` in `app.vue` to each of individual pages (in `page` directory) solves the problem. It seems like the layout defined in `app.vue` is used no matter whether we define...
I actually got curious about the cause of this behavior so I took a look at the source code.. --- There is `injectPage` option in nuxt.config, which determines whether to...