Fraser McTaggart
Fraser McTaggart
Have you tried using this format instead? `@media screen(md) { .nuxt-logo { height: 280px; } }`
This is an issue with the experimental feature viteNode. To fix this error, change your nuxt config to the following: ``` experimental: { reactivityTransform: true, // viteNode: true, }, ```...
Disabling cache helps my app to stop freezing, however HMR still doesn't work. ``` "nuxt": "3.9.1" "@nuxt/content": "npm:@nuxt/content-edge@latest" ``` I'm also having issues when working on various projects. If I...
This seems to have been resolved. I am getting errors in the console, however HMR is working on ``` "@nuxt/content": "npm:@nuxt/content-edge@latest", "nuxt": "3.9.3", ``` Content version is ` version: /@nuxt/[email protected]([email protected])([email protected])`
Thanks Kevin. Great module! Can you confirm if there is a way to disable icon generation? Or have different icons depending on the size?
Thanks Kevin! That's much appreciated. My personal use case was that I wanted our favicon to have a different version of our logo on it than a PWA. The smallest...
These are breaking on Netlify as well. Works locally. I'm using the NuxtPicture component.
I love the name Nuxt Lego ( and the project so far ), but I understand your concerns with the name. Sticking on the same theme, what about Nuxt Blox?...
I found that the original ‘all included’ approach of Nuxt2 was really valuable when starting out with the framework. It allowed for a quick and easy starter without having to...