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

Commit f9d4be0

Browse files
authored
Merge pull request #143 from mqtsuo02/docs/deploying-and-hosting
Translate docs/deploying-and-hosting
2 parents 64eba6e + 8c51439 commit f9d4be0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/deploying-and-hosting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Deploying and Hosting
2+
title: デプロイとホスティング
33
overview: true
44
---
55

6-
Getting your shiny new Gatsby site deployed and accessible is probably the first thing you will want to do now that it's built! Also, give yourself a pat on the back real quick for creating something so great!
6+
Gatsby で素晴らしいサイトが構築できたら、つぎはデプロイしてサイトを公開したくなるはずです。さっそくやっていきましょう。
77

8-
When you build your Gatsby application, the output is static content: HTML, CSS, JavaScript, images, etc. This content is incredibly easy and affordable to host with any provider. We have several guides below for hosting with particular providers, but this list is by no means exhaustive. Whether you're deploying to AWS, Netlify, or something else entirely switching to static content makes deploying a trivial concern.
8+
Gatsby でアプリケーションをビルドすると、静的なコンテンツ(HTMLCSSJavaScript、画像など)が生成されます。このコンテンツは様々なプロバイダー上で簡単かつ安価にホスティングできます。ここにはいくつかのプロバイダー上でホスティングするためのガイドがあります。すべてのプロバイダーを網羅しているわけではありませんが、AWSNetlify や他の静的サイトホスティングサービスなど、なにを利用するにしてもデプロイは簡単です。
99

1010
<GuideList slug={props.slug} />
1111

12-
The Gatsby blog also has posts on both [deployment](/blog/tags/deployment/) and [hosting](/blog/tags/hosting/).
12+
Gatsby のブログにも[デプロイ](/blog/tags/deployment/)[ホスティング](/blog/tags/hosting/)に関する記事があります。

0 commit comments

Comments
 (0)