Skip to content

Commit d1ab789

Browse files
committed
fix nav
1 parent 26657b3 commit d1ab789

File tree

3 files changed

+52
-52
lines changed

3 files changed

+52
-52
lines changed

_site/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,34 @@
1818
<meta property="og:locale" content="en_US">
1919
<meta property="og:site_name" content="Learn React">
2020
<meta property="og:title" content="What is React?">
21-
<meta property="og:url" content="http://localhost:4000/">
21+
<meta property="og:url" content="/">
2222

2323

2424
<meta property="og:description" content="What is React? - Learn React">
2525

2626

2727

28-
<meta property="og:image" content="http://localhost:4000/assets/images/learn-create-react-app.png">
28+
<meta property="og:image" content="/assets/images/learn-create-react-app.png">
2929

3030

3131

3232
<meta name="twitter:site" content="@BunlongVan">
3333
<meta name="twitter:title" content="What is React?">
3434
<meta name="twitter:description" content="What is React? - Learn React">
35-
<meta name="twitter:url" content="http://localhost:4000/">
35+
<meta name="twitter:url" content="/">
3636

3737

3838
<meta name="twitter:card" content="summary">
3939

40-
<meta name="twitter:image" content="http://localhost:4000/assets/images/learn-create-react-app.png">
40+
<meta name="twitter:image" content="/assets/images/learn-create-react-app.png">
4141

4242

4343

4444

4545

4646

4747

48-
<meta property="article:published_time" content="2018-05-22T10:03:16+07:00">
48+
<meta property="article:published_time" content="2018-05-22T10:03:55+07:00">
4949

5050

5151

@@ -58,7 +58,7 @@
5858

5959

6060

61-
<link rel="canonical" href="http://localhost:4000/">
61+
<link rel="canonical" href="/">
6262

6363

6464

@@ -68,8 +68,8 @@
6868
{
6969
"@context": "http://schema.org",
7070
"@type": "Organization",
71-
"url": "http://localhost:4000",
72-
"logo": "http://localhost:4000/assets/images/learn-create-react-app.png"
71+
"url": null,
72+
"logo": "/assets/images/learn-create-react-app.png"
7373
}
7474
</script>
7575

@@ -80,7 +80,7 @@
8080
"@context": "http://schema.org",
8181
"@type": "Person",
8282
"name": "React",
83-
"url": "http://localhost:4000",
83+
"url": null,
8484
"sameAs": null
8585
}
8686
</script>

_site/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sitemap: http://localhost:4000/sitemap.xml
1+
Sitemap: /sitemap.xml

_site/sitemap.xml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,170 +1,170 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
4-
<loc>http://localhost:4000/</loc>
4+
<loc>/</loc>
55
<lastmod>2018-05-15T02:58:49+07:00</lastmod>
66
</url>
77
<url>
8-
<loc>http://localhost:4000/react-semantics-and-terminology</loc>
8+
<loc>/react-semantics-and-terminology</loc>
99
<lastmod>2018-05-15T02:58:49+07:00</lastmod>
1010
</url>
1111
<url>
12-
<loc>http://localhost:4000/react-set-up-react-and-react-dom</loc>
12+
<loc>/react-set-up-react-and-react-dom</loc>
1313
<lastmod>2018-05-15T02:58:49+07:00</lastmod>
1414
</url>
1515
<url>
16-
<loc>http://localhost:4000/use-jsx-via-babel</loc>
16+
<loc>/use-jsx-via-babel</loc>
1717
<lastmod>2018-05-17T02:58:49+07:00</lastmod>
1818
</url>
1919
<url>
20-
<loc>http://localhost:4000/use-es-with-react</loc>
20+
<loc>/use-es-with-react</loc>
2121
<lastmod>2018-05-17T02:58:49+07:00</lastmod>
2222
</url>
2323
<url>
24-
<loc>http://localhost:4000/write-react-with-codepen</loc>
24+
<loc>/write-react-with-codepen</loc>
2525
<lastmod>2018-05-17T02:58:49+07:00</lastmod>
2626
</url>
2727
<url>
28-
<loc>http://localhost:4000/what-is-react-node</loc>
28+
<loc>/what-is-react-node</loc>
2929
<lastmod>2018-05-17T02:58:49+07:00</lastmod>
3030
</url>
3131
<url>
32-
<loc>http://localhost:4000/create-react-node</loc>
32+
<loc>/create-react-node</loc>
3333
<lastmod>2018-05-17T02:58:49+07:00</lastmod>
3434
</url>
3535
<url>
36-
<loc>http://localhost:4000/render-to-dom</loc>
36+
<loc>/render-to-dom</loc>
3737
<lastmod>2018-05-17T02:58:49+07:00</lastmod>
3838
</url>
3939
<url>
40-
<loc>http://localhost:4000/define-node-attributes-and-props</loc>
40+
<loc>/define-node-attributes-and-props</loc>
4141
<lastmod>2018-05-17T02:58:49+07:00</lastmod>
4242
</url>
4343
<url>
44-
<loc>http://localhost:4000/inline-css-on-element-node</loc>
44+
<loc>/inline-css-on-element-node</loc>
4545
<lastmod>2018-05-17T02:58:49+07:00</lastmod>
4646
</url>
4747
<url>
48-
<loc>http://localhost:4000/use-built-in-element-factories</loc>
48+
<loc>/use-built-in-element-factories</loc>
4949
<lastmod>2018-05-17T02:58:49+07:00</lastmod>
5050
</url>
5151
<url>
52-
<loc>http://localhost:4000/define-react-node-event</loc>
52+
<loc>/define-react-node-event</loc>
5353
<lastmod>2018-05-17T02:58:49+07:00</lastmod>
5454
</url>
5555
<url>
56-
<loc>http://localhost:4000/what-is-jsx</loc>
56+
<loc>/what-is-jsx</loc>
5757
<lastmod>2018-05-19T02:58:49+07:00</lastmod>
5858
</url>
5959
<url>
60-
<loc>http://localhost:4000/create-react-node-with-jsx</loc>
60+
<loc>/create-react-node-with-jsx</loc>
6161
<lastmod>2018-05-19T02:58:49+07:00</lastmod>
6262
</url>
6363
<url>
64-
<loc>http://localhost:4000/render-jsx-to-dom</loc>
64+
<loc>/render-jsx-to-dom</loc>
6565
<lastmod>2018-05-19T02:58:49+07:00</lastmod>
6666
</url>
6767
<url>
68-
<loc>http://localhost:4000/use-javascript-expression-in-jsx</loc>
68+
<loc>/use-javascript-expression-in-jsx</loc>
6969
<lastmod>2018-05-19T02:58:49+07:00</lastmod>
7070
</url>
7171
<url>
72-
<loc>http://localhost:4000/use-javascript-comment-in-jsx</loc>
72+
<loc>/use-javascript-comment-in-jsx</loc>
7373
<lastmod>2018-05-19T02:58:49+07:00</lastmod>
7474
</url>
7575
<url>
76-
<loc>http://localhost:4000/use-inline-css-in-jsx</loc>
76+
<loc>/use-inline-css-in-jsx</loc>
7777
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
7878
</url>
7979
<url>
80-
<loc>http://localhost:4000/define-attribute-props-in-jsx</loc>
80+
<loc>/define-attribute-props-in-jsx</loc>
8181
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
8282
</url>
8383
<url>
84-
<loc>http://localhost:4000/define-event-in-jsx</loc>
84+
<loc>/define-event-in-jsx</loc>
8585
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
8686
</url>
8787
<url>
88-
<loc>http://localhost:4000/what-is-react-component</loc>
88+
<loc>/what-is-react-component</loc>
8989
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
9090
</url>
9191
<url>
92-
<loc>http://localhost:4000/create-react-component</loc>
92+
<loc>/create-react-component</loc>
9393
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
9494
</url>
9595
<url>
96-
<loc>http://localhost:4000/component-return-one-node-component</loc>
96+
<loc>/component-return-one-node-component</loc>
9797
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
9898
</url>
9999
<url>
100-
<loc>http://localhost:4000/mention-to-a-component-instance</loc>
100+
<loc>/mention-to-a-component-instance</loc>
101101
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
102102
</url>
103103
<url>
104-
<loc>http://localhost:4000/define-event-on-component</loc>
104+
<loc>/define-event-on-component</loc>
105105
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
106106
</url>
107107
<url>
108-
<loc>http://localhost:4000/composing-components</loc>
108+
<loc>/composing-components</loc>
109109
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
110110
</url>
111111
<url>
112-
<loc>http://localhost:4000/component-lifecycle</loc>
112+
<loc>/component-lifecycle</loc>
113113
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
114114
</url>
115115
<url>
116-
<loc>http://localhost:4000/access-child-component-node</loc>
116+
<loc>/access-child-component-node</loc>
117117
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
118118
</url>
119119
<url>
120-
<loc>http://localhost:4000/use-refs-and-dom</loc>
120+
<loc>/use-refs-and-dom</loc>
121121
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
122122
</url>
123123
<url>
124-
<loc>http://localhost:4000/re-render-a-component</loc>
124+
<loc>/re-render-a-component</loc>
125125
<lastmod>2018-05-20T02:58:49+07:00</lastmod>
126126
</url>
127127
<url>
128-
<loc>http://localhost:4000/what-is-component-props</loc>
128+
<loc>/what-is-component-props</loc>
129129
<lastmod>2018-05-21T02:58:49+07:00</lastmod>
130130
</url>
131131
<url>
132-
<loc>http://localhost:4000/send-component-props</loc>
132+
<loc>/send-component-props</loc>
133133
<lastmod>2018-05-21T02:58:49+07:00</lastmod>
134134
</url>
135135
<url>
136-
<loc>http://localhost:4000/get-component-props</loc>
136+
<loc>/get-component-props</loc>
137137
<lastmod>2018-05-21T02:58:49+07:00</lastmod>
138138
</url>
139139
<url>
140-
<loc>http://localhost:4000/set-default-component-props</loc>
140+
<loc>/set-default-component-props</loc>
141141
<lastmod>2018-05-21T02:58:49+07:00</lastmod>
142142
</url>
143143
<url>
144-
<loc>http://localhost:4000/component-props-more-than-string</loc>
144+
<loc>/component-props-more-than-string</loc>
145145
<lastmod>2018-05-21T02:58:49+07:00</lastmod>
146146
</url>
147147
<url>
148-
<loc>http://localhost:4000/validate-component-props</loc>
148+
<loc>/validate-component-props</loc>
149149
<lastmod>2018-05-21T02:58:49+07:00</lastmod>
150150
</url>
151151
<url>
152-
<loc>http://localhost:4000/what-is-component-state</loc>
152+
<loc>/what-is-component-state</loc>
153153
<lastmod>2018-05-21T02:58:49+07:00</lastmod>
154154
</url>
155155
<url>
156-
<loc>http://localhost:4000/work-with-component-state</loc>
156+
<loc>/work-with-component-state</loc>
157157
<lastmod>2018-05-21T02:58:49+07:00</lastmod>
158158
</url>
159159
<url>
160-
<loc>http://localhost:4000/state-vs-props</loc>
160+
<loc>/state-vs-props</loc>
161161
<lastmod>2018-05-22T02:58:49+07:00</lastmod>
162162
</url>
163163
<url>
164-
<loc>http://localhost:4000/create-stateless-function-component</loc>
164+
<loc>/create-stateless-function-component</loc>
165165
<lastmod>2018-05-22T02:58:49+07:00</lastmod>
166166
</url>
167167
<url>
168-
<loc>http://localhost:4000/</loc>
168+
<loc>/</loc>
169169
</url>
170170
</urlset>

0 commit comments

Comments
 (0)