Add SEO modules

This commit is contained in:
2020-12-21 12:05:03 +01:00
parent 1971edf96a
commit 29a3621cf0
11 changed files with 115 additions and 11 deletions

7
config/SiteMap.ts Normal file
View File

@@ -0,0 +1,7 @@
export default {
path: '/sitemap.xml',
hostname: 'https://arthurdanjou.fr',
cacheTime: 720000,
gzip: true,
generate: false,
}