Sébastien Chopin
Sébastien Chopin
Updated the description after discussing with @dawntraoz on #1785
Thanks for the PR @lihbr Like Pooya mentionned we would need at least to update the documentation to add some warnings for what is not available when `target: 'static': -...
The second approach for each sounds best also for me!
Hi there, The main issue here is that @nuxt/content is independent of Webpack, meaning that if you change anything in `content/` you can directly run `nuxt export` (Nuxt 2.13) without...
The tricky part is to not involve Webpack for it when using images since it would force a rebuild and loose te speed of content update. This is why it...
Indeed your solution was quite good actually, if you can open a PR so we can work on it it would be great :)
The idea behing content is that you can change your Markdown without rebuilding your entire Nuxt app, making it faster redeployment. Tracking assets is a bit more tricky in that...
Thank you! It would be nice to document this option somewhere since it is quite useful for CMS integrations using the template prop (see linked issue). Also, is there a...
I am thinking of a test case here: https://github.com/nuxt/framework/tree/main/test Any guidance for the best place for it? @danielroe @pi0
I like the second option since it will also provide the ability to search for statically generated websites.