inject static meta tags for each language

This commit is contained in:
vcoppe
2024-08-16 12:25:24 +02:00
parent 3bc9ac4639
commit fa30739fd0
7 changed files with 75 additions and 117 deletions

View File

@@ -23,7 +23,7 @@ const config = {
relative: false,
},
prerender: {
entries: ['/', '/404', '/l/fr/'],
entries: ['/', '/404'],
crawl: true,
}
}