diff --git a/docs/docs/custom-html.md b/docs/docs/custom-html.md index cb2912d70..6700fe75c 100644 --- a/docs/docs/custom-html.md +++ b/docs/docs/custom-html.md @@ -1,46 +1,37 @@ --- -title: Customizing html.js +title: html.js をカスタマイズする --- -Gatsby uses a React component to server render the `` and other parts of -the HTML outside of the core Gatsby application. +Gatsby は React コンポーネントを利用して、コア Gatsby アプリケーションの外部で HTML の `` およびその他のパーツをサーバーレンダリングします。 -Most sites should use the default `html.js` shipped with Gatsby. But if you need -to customize your site's html.js, copy the default one into your source -tree by running: +ほとんどのサイトでは Gatsby に同梱されているデフォルトの `html.js` を利用するべきです。しかしサイトの html.js をカスタマイズする必要がある場合には、デフォルトのものをソースツリーにコピーします。 ```shell cp .cache/default-html.js src/html.js ``` -And then make modifications as needed. +そして、必要に応じて変更を加えます。 -If you need to insert custom html into the `` or `