Skip to content

Commit c1d77df

Browse files
committed
Remove unused images
1 parent 963785b commit c1d77df

File tree

6 files changed

+4308
-233
lines changed

6 files changed

+4308
-233
lines changed

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"endOfLine": "lf",
3+
"printWidth": 100,
34
"semi": true,
45
"singleQuote": true,
56
"tabWidth": 2,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"axios": "^0.18.1",
1818
"docz": "^1.3.2",
1919
"docz-theme-default": "^1.2.0",
20+
"gatsby": "^2.15.28",
2021
"prop-types": "^15.7.2",
2122
"react-helmet": "^5.2.1"
2223
},

src/components/Seo.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ import Helmet from 'react-helmet';
55
function SEO({ description, lang, meta, keywords, title }) {
66
const defaultKeywords = ['react', 'typescript'];
77

8-
const metaDescription =
9-
description || 'React and TypeScript: The Unofficial Documentation';
8+
const metaDescription = description || 'React and TypeScript: The Unofficial Documentation';
109

1110
return (
1211
<Helmet
13-
htmlAttributes={{
14-
lang,
15-
}}
12+
htmlAttributes={{ lang }}
1613
title={title}
1714
titleTemplate={`%s | React and TypeScript`}
1815
meta={[

src/images/gatsby-astronaut.png

-163 KB
Binary file not shown.

src/images/gatsby-icon.png

-20.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)