This commit is contained in:
@@ -27,5 +27,20 @@ export default defineNuxtConfig({
|
||||
vueI18n: './i18n.config.ts',
|
||||
langDir: 'locales/'
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
htmlAttrs: { lang: 'en' },
|
||||
bodyAttrs: { class: '' },
|
||||
title: 'Aran Roig — Developer, Artist & Designer',
|
||||
meta: [
|
||||
{ charset: 'utf-8' },
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||
{ name: 'description', content: 'Personal website of Aran Roig — developer, artist, and designer. Explore projects, blog posts, art gallery, and more.' },
|
||||
{ name: 'author', content: 'Aran Roig' },
|
||||
{ name: 'robots', content: 'index, follow' }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
modules: ['@nuxtjs/i18n', '@nuxt/content', '@nuxt/image']
|
||||
})
|
||||
Reference in New Issue
Block a user