Skip to content

Commit

Permalink
feat: Add support for i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Oct 9, 2023
1 parent faca825 commit 3089866
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ import tailwind from "@astrojs/tailwind";
// https://astro.build/config
export default defineConfig({
site: "https://docs.astronvim.com",
defaultLocale: "root",
locales: {
root: {
label: "English",
lang: "en", // lang is required for root locales
},
},
integrations: [
starlight({
title: "AstroNvim",
Expand Down

0 comments on commit 3089866

Please sign in to comment.