I'm using nuxt-edge version "latest"
since I'm re-installed packages (node_modules),
this bug showed up.
so I'm guessing latest build has this bug
~assets/icon.svg (in style section)
should be turn into
data:image/svg+xml;base64 ...)
assets doesn't compiled.
for example) background-image: url(/assets/icon.svg)
Assets compiled with 2.0.0-25468832.6578bd7
not compiled with latest build which 2.0.0-25569931.85a8af5
I'm using nuxt starter template
Hey :wave:
Have you tried ~/assets/.. vs. ~assets/.../?
@manniL
Thank you for your response :)
Ah sorry
I tried ~/assets/.. in <style>
not ~assets/..
I just tried ~assets/.. in <style> and this works well.
and ~/assets/.. / ~assets/.. both works well in <template>
I'm wondering why doesn't work ~/assets/.. with