You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for prerendering static images was introduced in #614 , but seems to be breaking due to a call to Node's process, resulting in a ReferenceError: process is not defined.
Support for prerendering static images was introduced in #614 , but seems to be breaking due to a call to Node's
process
, resulting in aReferenceError: process is not defined
.Minimum reproduction:
https://stackblitz.com/edit/nuxt-starter-4mxwkh
The text was updated successfully, but these errors were encountered: