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
Reproduction
When trying to display an svg under the default public path, the SVG is not visible. For example with the config: { buildModules: [ '@nuxtjs/svg', '@nuxt/content' ] }
having an svg file in /static/logo.svg is not available when opening the url /_nuxt/static/logo.svg. When I disable the module @nuxtjs/svg, the file is available again.
Steps to reproduce
Run command nuxt dev with and without the module
What is Expected?
The file is always available
What is actually happening?
The module stops the svg from being served
The text was updated successfully, but these errors were encountered:
Versions
nuxt: v2.14.6
node: v14.6.0
netlify-cms: v2.10.61
Reproduction
When trying to display an svg under the default public path, the SVG is not visible. For example with the config:
{ buildModules: [ '@nuxtjs/svg', '@nuxt/content' ] }
having an svg file in
/static/logo.svg
is not available when opening the url/_nuxt/static/logo.svg
. When I disable the module@nuxtjs/svg
, the file is available again.Steps to reproduce
Run command nuxt dev with and without the module
What is Expected?
The file is always available
What is actually happening?
The module stops the svg from being served
The text was updated successfully, but these errors were encountered: