i18n updates + HP + components

This commit is contained in:
Nico 2022-12-22 11:01:52 +01:00
parent 1ab35db47d
commit 23c79e579c
67 changed files with 1355 additions and 542 deletions

View file

@ -9,5 +9,8 @@ import mdx from "@astrojs/mdx";
// https://astro.build/config
export default defineConfig({
experimental: {
contentCollections: true,
},
integrations: [i18n(), image(), mdx()],
});