martine
martine
NNuxt
Created by martine on 1/11/2023 in #❓・help
turn off filename hashing
for nuxt generate where output files are in _nuxt folder: vite: { build: { rollupOptions: { output: { entryFileNames: '_nuxt/[name].js', chunkFileNames: '_nuxt/[name].js', assetFileNames: '_nuxt/[name].[ext]' } } } },
6 replies
NNuxt
Created by martine on 12/21/2022 in #❓・help
nuxt3 ssg netlify error on page refresh
this seems to be causing problems in ssr mode as well.
2 replies