harlan
harlan
NNuxt
Created by Isaac on 1/29/2025 in #❓・help
Help with deploying nuxt module
9 replies
NNuxt
Created by Isaac on 1/29/2025 in #❓・help
Help with deploying nuxt module
i think the capitalization is causing issues on the badges
9 replies
NNuxt
Created by David on 1/20/2025 in #❓・help
Could not load @nuxtjs/sitemap. Is it installed?
If you still have issues please confirm you're using the latest version (nuxi upgrade --force can help) and open an issue if it's still throwing an error
9 replies
NNuxt
Created by envizar on 1/19/2025 in #❓・help
Sites does not see my meta like ogDescription and my favicon
Sitemap issue should be fixed
24 replies
NNuxt
Created by thorne51 on 12/9/2024 in #❓・help
Worker env access
6 replies
NNuxt
Created by Lynx on 12/8/2024 in #❓・help
Advice for creating and managing standalone script
you could consider arrow.js which powers FormKit https://www.arrow-js.com/
9 replies
NNuxt
Created by Phillip on 12/7/2024 in #❓・help
How can I implement an inline script on page?
instead of textContent
7 replies
NNuxt
Created by Phillip on 12/7/2024 in #❓・help
How can I implement an inline script on page?
use innerHTML
7 replies
NNuxt
Created by smoothie on 11/28/2024 in #❓・help
Getting 404 using Googlebot, but everything seems fine in production.
also please mgirate to @nuxtjs/robots and @nuxtjs/sitemap those modules are deprecated
8 replies
NNuxt
Created by smoothie on 11/28/2024 in #❓・help
Getting 404 using Googlebot, but everything seems fine in production.
seems like some proxy misconfiguration
8 replies
NNuxt
Created by smoothie on 11/28/2024 in #❓・help
Getting 404 using Googlebot, but everything seems fine in production.
Your home page is returning a 304
8 replies
NNuxt
Created by Omnislash on 11/25/2024 in #❓・help
useServerSeoMeta ref/reactive vs await and one time rendering
You don't need to pass in the ref, it's just less code and if the data does change the server lifecycle, it will be updated
10 replies
NNuxt
Created by Omnislash on 11/25/2024 in #❓・help
useServerSeoMeta ref/reactive vs await and one time rendering
It's no about making it reactive it's that the data being returned from useAsyncData or useFetch is already reactive
10 replies
NNuxt
Created by Omnislash on 11/24/2024 in #❓・help
useFetch, await, SEO and og
google will run js so you can get away with rendering them client side only but it's risky
8 replies
NNuxt
Created by Omnislash on 11/24/2024 in #❓・help
useFetch, await, SEO and og
you need to SSR any open graph tags, maybe this will help https://nuxtseo.com/learn/mastering-meta/titles
8 replies
NNuxt
Created by Adnan Erlansyah on 11/22/2024 in #❓・help
How to change the title of page dynamically
11 replies
NNuxt
Created by Karolis2011 on 11/16/2024 in #❓・help
Generating thumbnails of site
20 replies
NNuxt
Created by mkierdev on 11/14/2024 in #❓・help
Is there any option to modify crossorigin attribute for built JS static files?
i think you'd be able to hook into the Unhead instance as well when it renders the tags
8 replies
NNuxt
Created by mkierdev on 11/14/2024 in #❓・help
Is there any option to modify crossorigin attribute for built JS static files?
8 replies