nurRiyad / nuxt-blog

🔥 Nuxt Blog is a personal blog site built with Nuxt3, Nuxt-Content V2 & Tailwind. Deployed in vercel
https://blog.nurriyad.xyz/
MIT License
247 stars 42 forks source link

how to change home title? #53

Closed jujutsucode closed 4 months ago

jujutsucode commented 4 months ago

i want to change home title Screenshot_1

nurRiyad commented 4 months ago

You need to update here https://github.com/nurRiyad/nuxt-blog/blob/fa2f23f6fa1bae2b968c08c58723205fc9963d39/pages/index.vue#L11

jujutsucode commented 4 months ago

i have changed it but the display title still riyads blog

<script lang="ts" setup>
useHead({
  title: 'Home',
  meta: [
    {
      name: 'description',
      content:
        'Jasa Pembuatan aplikasi web yang modern dengan Nuxt di Yogyakarta.',
    },
  ],
  titleTemplate: 'Kawan Hosting site - %s',
})

// Generate OG Image
defineOgImageComponent('About', {
  headline: 'Greetings 👋',
  title: 'Kawan Hosting site',
  description: 'Jasa Pembuatan aplikasi web yang modern dengan Nuxt di Yogyakarta.',
  link: '/logo.png',
})
</script>
jujutsucode commented 4 months ago

you can take alook at kawanhosting.com

nurRiyad commented 4 months ago

I have found the issue. Will update within next 24h

jujutsucode commented 4 months ago

ok thank you

nurRiyad commented 4 months ago

The this title will be update from the navbarData.homeTitle