teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

markdownの修正

2021/08/07 11:32

投稿

askyq
askyq

スコア46

answer CHANGED
@@ -5,8 +5,6 @@
5
5
  https://www.digitalocean.com/community/tutorials/react-server-side-rendering
6
6
  確認したところ、以下の文章が書いてありました。これは日本語の翻訳版には書いていないものです。
7
7
 
8
- ```
9
- Warning: The code provided in this tutorial is for educational purposes and is not intended for production use. Alternatively, Next.js offers a modern approach to creating static and server-rendered applications built with React.
10
- ```
8
+ > Warning: The code provided in this tutorial is for educational purposes and is not intended for production use. Alternatively, Next.js offers a modern approach to creating static and server-rendered applications built with React.
11
9
 
12
10
  これにしたがい、Next.jsを使うように修正します。