Skip to content

Commit 293fcbc

Browse files
committed
Resolve conflicts
1 parent 4fcd66b commit 293fcbc

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

content/docs/add-react-to-a-website.md

-4
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,7 @@ React コンポーネントを HTML ページの一箇所だけではなくい
110110
111111
### ヒント:本番環境用に JavaScript を圧縮する {#tip-minify-javascript-for-production}
112112

113-
<<<<<<< HEAD
114113
ウェブサイトを本番環境にデプロイするにあたって、圧縮していない JavaScript はページの速度を著しく落としてしまうということに配慮してください。
115-
=======
116-
Before deploying your website to production, be mindful that unminified JavaScript can significantly slow down the page for your users.
117-
>>>>>>> b50fe64c1e88489022eddf2cfff0995778827f84
118114

119115
自分のスクリプトの圧縮が完了していて、デプロイ後の HTML が `production.min.js` で終わる React スクリプトを読み込んでいることが検証できていれば、**あなたのウェブサイトは本番環境にリリースする準備ができています**
120116

src/site-constants.js

-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@
77

88
// NOTE: We can't just use `location.toString()` because when we are rendering
99
// the SSR part in node.js we won't have a proper location.
10-
<<<<<<< HEAD
1110
const urlRoot = 'https://ja.reactjs.org';
12-
const version = '16.8.3';
13-
=======
14-
const urlRoot = 'https://reactjs.org';
1511
const version = '16.8.4';
16-
>>>>>>> b50fe64c1e88489022eddf2cfff0995778827f84
1712
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';
1813

1914
export {babelURL, urlRoot, version};

0 commit comments

Comments
 (0)