hiimmox
hiimmox
NNuxt
Created by Zach on 8/15/2024 in #❓・help
self-signed cert gen
mkcert works perfect for me in local dev too
6 replies
NNuxt
Created by abd on 8/16/2024 in #❓・help
Handling large SVGs
Have you tried with vite-svg-loader ? You could use SVGO to optimize your SVG. Otherwise, maybe try fetching in the server with useAsyncData ?
2 replies
NNuxt
Created by Kavin on 8/16/2024 in #❓・help
Hydration issue only in specific production environment
You could try enabling sourcemaps in your prod env while you debug: https://nuxt.com/docs/guide/going-further/debugging#sourcemaps
2 replies