martine
martine
NNuxt
Created by martine on 8/5/2024 in #❓・help
meta tags previews not displaying with ssr: false and nuxt generate
I want to set og parameters per route with useHead(). I'm using nuxt generate and ssr: false. I'm not using any dynamic parameters. After nuxt generate i see that tags are not inserted in the final HTML. In the bowser i can see the og:parameters but they do not display when sharing. Looks like they get inserted too late
3 replies
NNuxt
Created by martine on 1/11/2023 in #❓・help
turn off filename hashing
this used to be possible in vue2. Is there a way to turn off filename hashin in nuxt 3 /_nuxt/navigation.f9c6d3db.js -> /_nuxt/navigation.js we're getting a lot of 404's
6 replies
NNuxt
Created by martine on 12/21/2022 in #❓・help
nuxt3 ssg netlify error on page refresh
I've got nuxt3 ssg netlify , also using nuxt content. When navigating around the page everything works perfectly, but on page refresh or direct link visit I7m getting a weird error: The same setup works on vercel withou probelms. Any sugegstions? Many thanks! entry.9e7b2c26.js:1 Error: Page Not Found at Bo (entry.9e7b2c26.js:1:97496) at Ka (entry.9e7b2c26.js:1:98409) at setup (page-builder.vue_vue_type_script_setup_true_lang.69e50f3d.js:1:819) at St (entry.9e7b2c26.js:1:13795) at Af (entry.9e7b2c26.js:1:63488) at ma (entry.9e7b2c26.js:1:63273) at U (entry.9e7b2c26.js:1:50832) at f (entry.9e7b2c26.js:1:45191) at p (entry.9e7b2c26.js:1:46398) at d (entry.9e7b2c26.js:1:46096)
2 replies
NNuxt
Created by martine on 12/15/2022 in #❓・help
Rendering modes probelm (SSG).
What is needed to create a NUXT static site? Is npm run generate or should I set the target: 'static' in nuxt.config? In this case do i need to set ssr: false? Does using both ssr: false and target:'static' produce an SPA build? Many thanks for clarification.
2 replies