From c671256f90c48327979d0738b6de68375ef222f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 19 Dec 2022 16:04:37 +0300 Subject: [PATCH] Update nuxt.config.js --- nuxt.config.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index 0696884bc..9a470d7d9 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -11,6 +11,23 @@ export default defineNuxtConfig({ app: { baseURL: baseUrl, head: { + title: 'PrimeVue - Vue UI Component Library', + meta: [ + { charset: 'utf-8' }, + { name: 'viewport', content: 'width=device-width, initial-scale=1' }, + { name: 'description', content: 'The ultimate collection of design-agnostic, flexible and accessible Vue UI Components.' }, + { name: 'robots', content: 'index,follow' }, + { name: 'twitter:card', content: 'summary_large_image' }, + { name: 'twitter:site', content: '@primevue' }, + { name: 'twitter:title', content: 'PrimeVue | Vue UI Component Library' }, + { name: 'twitter:description', content: 'The ultimate collection of design-agnostic, flexible and accessible Vue UI Components.' }, + { property: 'og:type', content: 'website' }, + { property: 'og:title', content: 'PrimeVue | Vue UI Component Library' }, + { property: 'og:url', content: 'https://www.primefaces.org/primevue' }, + { property: 'og:description', content: 'The ultimate collection of design-agnostic, flexible and accessible Vue UI Components.' }, + { property: 'og:image', content: 'https://www.primefaces.org/static/social/primevue-preview.jpg' }, + { property: 'og:ttl', content: '604800' } + ], link: [ { id: 'home-table-link',