1
Fork 0

Add i18next integration

This commit is contained in:
Korbs 2024-06-21 05:17:09 -04:00
parent fe290fcac2
commit 3b07990430

View file

@ -6,6 +6,8 @@ import robotsTxt from "astro-robots-txt";
import vue from "@astrojs/vue";
import matomo from "astro-matomo";
import astroI18next from "astro-i18next";
export default defineConfig({
output: "server",
adapter: node({
@ -23,6 +25,7 @@ export default defineConfig({
actions: true,
},
integrations: [
astroI18next(),
partytown(),
sitemap(),
robotsTxt(),