File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
module . exports = {
10
10
siteMetadata : {
11
11
title : 'React: A JavaScript library for building user interfaces' ,
12
- siteUrl : 'https://reactjs.org' ,
12
+ siteUrl : 'https://it. reactjs.org' ,
13
13
rssFeedTitle : 'React' ,
14
14
rssFeedDescription : 'A JavaScript library for building user interfaces' ,
15
15
} ,
Original file line number Diff line number Diff line change 4
4
"version" : " 0.0.1" ,
5
5
"private" : true ,
6
6
"bugs" : {
7
- "url" : " https://github.com/reactjs/reactjs.org"
7
+ "url" : " https://github.com/reactjs/it. reactjs.org"
8
8
},
9
9
"dependencies" : {
10
10
"babel-eslint" : " ^8.0.1" ,
61
61
"node" : " >8.4.0" ,
62
62
"yarn" : " ^1.3.2"
63
63
},
64
- "homepage" : " https://reactjs.org/" ,
64
+ "homepage" : " https://it. reactjs.org/" ,
65
65
"keywords" : [
66
66
" gatsby"
67
67
],
68
68
"license" : " CC" ,
69
69
"main" : " n/a" ,
70
70
"repository" : {
71
71
"type" : " git" ,
72
- "url" : " git+https://github.com/reactjs/reactjs.org.git"
72
+ "url" : " git+https://github.com/reactjs/it. reactjs.org.git"
73
73
},
74
74
"scripts" : {
75
75
"build" : " gatsby build" ,
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ const MarkdownPage = ({
112
112
< div css = { { marginTop : 80 } } >
113
113
< a
114
114
css = { sharedStyles . articleLayout . editLink }
115
- href = { `https://github.com/reactjs/reactjs.org/tree/master/${
115
+ href = { `https://github.com/reactjs/it. reactjs.org/tree/master/${
116
116
markdownRemark . fields . path
117
117
} `} >
118
118
Edit this page
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const JS_NPM_URLS = [
7
7
export default class HTML extends React . Component {
8
8
render ( ) {
9
9
return (
10
- < html lang = "en " { ...this . props . htmlAttributes } >
10
+ < html lang = "it " { ...this . props . htmlAttributes } >
11
11
< head >
12
12
{ JS_NPM_URLS . map ( url => (
13
13
< link key = { url } rel = "preload" href = { url } as = "script" />
Original file line number Diff line number Diff line change 7
7
8
8
// NOTE: We can't just use `location.toString()` because when we are rendering
9
9
// the SSR part in node.js we won't have a proper location.
10
- const urlRoot = 'https://reactjs.org' ;
10
+ const urlRoot = 'https://it. reactjs.org' ;
11
11
const version = '16.8.4' ;
12
12
const babelURL = 'https://unpkg.com/[email protected] /babel.min.js' ;
13
13
You can’t perform that action at this time.
0 commit comments