feat: add number of answers and people ansering

This commit is contained in:
thomas
2024-03-26 21:28:30 +01:00
parent e42a40ef3d
commit d96f72872f
14 changed files with 139 additions and 23 deletions

View File

@@ -93,6 +93,7 @@ export default defineConfig({
TableOfContents: './src/components/TableOfContents.astro',
PageTitle: './src/components/PageTitle.astro',
MobileMenuFooter: './src/components/MobileMenuFooter.astro',
SiteTitle: './src/components/SiteTitle.astro',
},
defaultLocale: 'root',
locales,