Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 204708f

Browse files
kenchonBSKY
andauthored
docs: Remove half-width space
Co-Authored-By: BSKY <[email protected]>
1 parent d191f85 commit 204708f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/theme-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gatsby が初めての方は、サイトを構築するためのガイドから
1515

1616
## 設定
1717

18-
プラグインは、他の `gatsby-*` の形式で命名されたファイルなどと一緒に `gatsby-config` を含むことができるようになりました。通常、 `gatsby-config.js` を含むプラグインのことをテーマと呼びます(もっと知りたい方は[theme composition](#theme-composition)`gatsby-config.js`をご覧ください)。典型的なユーザーサイトの `gatsby-config.js` の中身は次のようになります。 ここで、`gatsby-theme-name` には、 2 つのオプション `postsPath``colors` が渡されています。
18+
プラグインは、他の `gatsby-*` の形式で命名されたファイルなどと一緒に `gatsby-config` を含むことができるようになりました。通常、`gatsby-config.js` を含むプラグインのことをテーマと呼びます(もっと知りたい方は[theme composition](#theme-composition)`gatsby-config.js`をご覧ください)。典型的なユーザーサイトの `gatsby-config.js` の中身は次のようになります。 ここで、`gatsby-theme-name` には、2 つのオプション `postsPath``colors` が渡されています。
1919

2020
```js:title=gatsby-config.js
2121
module.exports = {

0 commit comments

Comments
 (0)