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
{{ message }}
This repository was archived by the owner on Jun 22, 2024. It is now read-only.
I have the following command to compile the
.vue
emails intoHTML
, however thebaseUrl
is gone after exporting.Here's the relevant parts of each component
Email
Nuxt Config
package.json
When previewing the Email w/ Nuxt Dev Tools, the Image URL works great:
However, after I run the build command, the
baseUrl
is omitted:Any help would be much appreciated!!
PS -- What I eventually would like to do is set the
baseUrl
to an ENV variable to so it works both locally and in production!Thanks for the awesome library BTW! 💯
The text was updated successfully, but these errors were encountered: