Sébastien Chopin
Sébastien Chopin
TODOS: - [ ] Transfer https://github.com/nuxt-community/motd to nuxt/tips - [ ] Move tips messages there - [ ] Use @nuxt/tips here - [ ] Use Nuxt boxen to add the...
It should work, did you add a `.nojekyll` in your `public/` directory?
Actually it is more tricky than it looks like since we need to asynchronously resolve the components (because of code-splitting): https://github.com/nuxt/nuxt.js/blob/dev/packages/vue-app/template/utils.js#L217 You can use a global middleware to achieve the...
I would not recommend to mix content & components in the same directory, content lives at runtime where components are part of the build process. Later if we want to...
Do you mind providing a small reproduction using Stackblitz? https://stackblitz.com/github/nuxt/starter/tree/doc-driven It will be easier for us to debug :blush:
@farnabaz do you mind taking a look when you got some time?
Hey @ipatate I believe the Islands components might be the solution for it: https://github.com/nuxt/framework/pull/5689 It will soon land 😊 The idea of using ContentRenderer is nice but as soon as...
I believe that could be nice to do the same for global components as well in `components/content/` (supporting extends too)
Good luck finding this 😅
This mean the data defined in `useData` is cleared during navigation, but in that case, at which stage?