Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/docs/deploying-and-hosting.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Deploying and Hosting
title: デプロイとホスティング
overview: true
---

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!
Gatsby で素晴らしいサイトが構築できたら、つぎはデプロイしてサイトを公開したくなるはずです。さっそくやっていきましょう。

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.
Gatsby でアプリケーションをビルドすると、静的なコンテンツ(HTMLCSSJavaScript、画像など)が生成されます。このコンテンツは様々なプロバイダー上で簡単かつ安価にホスティングできます。ここにはいくつかのプロバイダー上でホスティングするためのガイドがあります。すべてのプロバイダーを網羅しているわけではありませんが、AWSNetlify や他の静的サイトホスティングサービスなど、なにを利用するにしてもデプロイは簡単です。

<GuideList slug={props.slug} />

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