Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
piro-hiroki committed Oct 10, 2023
1 parent a64e16c commit 488276d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/ja/guides/deploy/sst.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ i18nReady: true

[SST](https://sst.dev)を使用して、Astroサイトをデプロイすることができます。これは、SSGとSSRをサポートした、AWSに完全なサーバーレスアプリケーションをデプロイするためのオープンソースのフレームワークです。

また、型安全性を維持したまま、Cronジョブ、バケット、キューなどのようなSSTの機能を使用することもできます
また、型安全性を維持したまま、Cronジョブ、バケット、キューなどのようなSSTのconstructsを使用することもできます

## クイックスタート

Expand All @@ -18,8 +18,8 @@ i18nReady: true

[このプロセスのビデオ・ウォークスルー](https://www.youtube.com/watch?v=AFP3ZHxO7Gg)もご覧ください。

### SSTの機能
[追加のSSTの機能](https://docs.sst.dev/)を使用するには、`sst.config.ts` に追加してください。
### SST constructs
[追加のSST constructs](https://docs.sst.dev/)を使用するには、`sst.config.ts` に追加してください。

```ts {2} {4} title="sst.config.ts"
app.stack(function Site(ctx) {
Expand Down

0 comments on commit 488276d

Please sign in to comment.