Florian Strasser
Florian Strasser
Personally I would say that you could simply create this component yourself and server components are a good way for this. Sure you could create every server component separately but...
I have more or less the same problem on a customer project. The live website is generated statically which is totally fine, but the customer wants to see a preview...
A solution could be an additional flag to disable optimization entirely
For the moment I will use a workaround to disable the module in the preview site entirely, to don't rewrite alot of code I simply created a component for NuxtImg.vue...
In my opinion this not a bug. You just need to add the other routers for prerendering. Adjust your config as following ```javascript `export default defineNuxtConfig({ compatiblityDate: '2024-04-03', devtools: {...
I'm sorry it took me a while to prepare a minimum reproduction. Sadly my test shows that this happens at the smallest possible site that is being generated in static...
In my opinion the problem could be solved if there would be a parameter in nuxt config to optionally disable the preload aspect of `` As well as ``
I can't believe I'm the only one facing those warnings
Still happens, but I can finally tell that is a safari only issue. No other browser has that warning. I guess it can be ignored therefore...
As the Github Bot already mentioned - we need more information for reproduction. This is mostly an configuration error or the wrong function used for this case. Can you show...