Closed danielroe closed 3 years ago
generated HTML of <img> tag shows require is returning a promise and not a string:
<img>
require
<img src="[object Promise]" alt="Drop the quuote">
Possibly an issue with sigma or related to https://github.com/nuxt/nuxt.js/issues/7328?
Fixed in nitro.
generated HTML of
<img>
tag showsrequire
is returning a promise and not a string:Possibly an issue with sigma or related to https://github.com/nuxt/nuxt.js/issues/7328?