Add i18next integration
This commit is contained in:
parent
fe290fcac2
commit
3b07990430
1 changed files with 3 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Reference in a new issue