Farnabaz

Results 331 comments of Farnabaz

`'nitro:context'` removed in favor of `'nitro:config'`. You can use this hook to update nitro configs

@pi0 Using that endpoint, contents caches in nitro storage but since pages do not pretender during generation, all query APIs return 404 in production. (all `/api/_content/query` endpoints) It works fine...

Just to note here Googlebot does not support service-worker and depending on it to provide contents for static websites will have a huge effect on SEO. Form google's point of...

Since the Service Worker presets work as expected, we need to - [ ] Update documentation, and add notes about SPAs. There are two options, - Use Nitro's Service Worker...

@R0N1n-dev could you provide a simple reproduction?

@R0N1n-dev this happens because you are using `queryContent` in `mounted`. Move it to `setup` function and it will work fine.

This should be fixed in #1224. You can try it by using `@nuxt/content-edge`. ``` '@nuxt/content': 'npm:@nuxt/content-edge@latest', ```

There is no ETA for the next version. We are working on a couple of improvements and fixes. I'll keep this issue open to notify you all.

[v2.1.0](https://github.com/nuxt/content/releases/tag/v2.1.0) is released 🎉 You can safely switch back to the main channel, or you may stay in the edge channel and benefit from hotfixes and new features 🙂