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 vue from "@astrojs/vue";
|
||||||
import matomo from "astro-matomo";
|
import matomo from "astro-matomo";
|
||||||
|
|
||||||
|
import astroI18next from "astro-i18next";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
output: "server",
|
output: "server",
|
||||||
adapter: node({
|
adapter: node({
|
||||||
|
@ -23,6 +25,7 @@ export default defineConfig({
|
||||||
actions: true,
|
actions: true,
|
||||||
},
|
},
|
||||||
integrations: [
|
integrations: [
|
||||||
|
astroI18next(),
|
||||||
partytown(),
|
partytown(),
|
||||||
sitemap(),
|
sitemap(),
|
||||||
robotsTxt(),
|
robotsTxt(),
|
||||||
|
|
Reference in a new issue