Skip to content

Commit 14eeb98

Browse files
authored
Server Side Rendering (#119)
## 👏 解決する issue / Resolved Issues - close #115 ## ⛏ 変更内容 / Details of Changes サーバー サイド レンダリング の実装により、Google等のクローラがページを閲覧できるようにした
2 parents af97a15 + 587b722 commit 14eeb98

17 files changed

+1568
-165
lines changed

.babelrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"presets": [
3+
"@babel/preset-env",
4+
"@babel/preset-react"
5+
]
6+
}

0 commit comments

Comments
 (0)