Skip to content

Commit

Permalink
fix(lang): 기본 언어 한국어로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
lego37yoon committed Dec 2, 2024
1 parent 274c639 commit ba8b0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
outdir: "./src/paraglide", //where your files should be
}),],
i18n: {
defaultLocale: "en",
defaultLocale: "ko",
locales: ["en", "ko"],
routing: {
prefixDefaultLocale: true
Expand Down

0 comments on commit ba8b0f7

Please sign in to comment.