harlan
harlan
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
NNuxt
Created by Rejox on 8/10/2024 in #❓・help
defineOgImageComponent is not defined
Very strange, a GitHub issue would be great 🙏
9 replies
NNuxt
Created by Blouflash on 11/11/2024 in #❓・help
Nuxt get Site Url
btw svg isn't well supported as an og image
8 replies
NNuxt
Created by Blouflash on 11/11/2024 in #❓・help
Nuxt get Site Url
You can also just do defineOgImage({ url: '/obsidianstake.svg' }) if you use the OG Image module
8 replies
NNuxt
Created by Blouflash on 11/11/2024 in #❓・help
Nuxt get Site Url
otherwise you can use the getRequestHost(event) from h3
8 replies
NNuxt
Created by Blouflash on 11/11/2024 in #❓・help
Nuxt get Site Url
Are you using Nuxt SEO? if so you can just use a relative link and it will be fixed for you
8 replies