Skip to content

Commit

Permalink
fix: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
socar-riaco committed Jan 9, 2024
1 parent 076e068 commit 1ac6ef3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/react-context-api-is-not-global-state.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: 리액트에서 의존성 주입은 왜 필요하고 어떻게 사용하는가?
title: 리액트에서 의존성 주입은 왜 필요하고 어떻게 사용하는가?
slug: 리액트 의존성 주입
title: 리액트 의존성 주입
authors: [minsgy]
tags: [React, ContextAPI, DependencyInjection, 객체지향]
---
Expand Down
4 changes: 4 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ const config: Config = {
// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: "ko",
locales: ["ko"],
},

presets: [
[
Expand Down

0 comments on commit 1ac6ef3

Please sign in to comment.