@ -7,7 +7,7 @@ export default {
|
||||
|
||||
// Global page headers: https://go.nuxtjs.dev/config-head
|
||||
head: {
|
||||
title: "S3rius' dev blog",
|
||||
title: 'Dev blog',
|
||||
meta: [
|
||||
{ charset: 'utf-8' },
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||
@ -58,6 +58,8 @@ export default {
|
||||
'@nuxt/content',
|
||||
// https://sitemap.nuxtjs.org/
|
||||
'@nuxtjs/sitemap',
|
||||
// https://github.com/nuxt-community/robots-module
|
||||
'@nuxtjs/robots'
|
||||
],
|
||||
|
||||
// Axios module configuration: https://go.nuxtjs.dev/config-axios
|
||||
@ -104,4 +106,10 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
robots: [
|
||||
{
|
||||
UserAgent: '*',
|
||||
Sitemap: 'https://s3rius.blog/sitemap.xml'
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user