Skip to content

Commit

Permalink
accessibility and seo optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
zfletch committed Aug 28, 2020
1 parent 41dd53c commit c5cc7fc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
BRANCH: gh-pages
FOLDER: build
CLEAN: true

- name: Build Perseids
run: yarn build
Expand All @@ -44,3 +45,4 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
BRANCH: perseids-build
FOLDER: build
CLEAN: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"gh-pages": "^3.1.0",
"localforage": "^1.8.1",
"mkdirp": "1.0.4",
"perseids-react-components": "^1.1.1",
"perseids-react-components": "^1.1.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-app-rewired": "^2.1.6",
Expand Down
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<meta name="description" content="%REACT_APP_DESCRIPTION%">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
Expand Down
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow:
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7868,10 +7868,10 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=

perseids-react-components@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/perseids-react-components/-/perseids-react-components-1.1.1.tgz#d3b17df487c40d5fd1a25c027861e3b52e9c755e"
integrity sha512-/yoNpMi4eNCUb8G0JJfwVQcv40JRlnXmjQtAa3gEQaK5cCxs6i4vxWqDMBZxC5zJb6+dIJqN6dMWZz3lQjWEXA==
perseids-react-components@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/perseids-react-components/-/perseids-react-components-1.1.2.tgz#6051fc8f98d0c507d12324fa06658e68c3371694"
integrity sha512-3Jpa6/93Iz+nVwelROMabp16dPQMI8K/92oH2ikFvcjVcHGi8OsaPUiW/NVsrFS7mSGo987QCklii40kRjlYvw==
dependencies:
"@primer/octicons" "^10.0.0"
prop-types "^15.7.2"
Expand Down

0 comments on commit c5cc7fc

Please sign in to comment.