mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 08:41:16 -07:00
Fix misc stuff from lighthouse (#81)
* Fix misc stuff from lighthouse - Icons in list were resizing to be too small. - Added robots.txt (full exclude for now) - Add favicon.ico placeholder - Added page title using helmet (react-helmet + gatsby-plugin-react-helmet) Note: not sure if react-helmet can be in dev section of package.json? * Move helmet to header file - Moved `<Helmet><title>{title}</title></Helmet>` to Header. - Added ts support for Helmet. * Fix title header
This commit is contained in:
parent
cf3d14d3b1
commit
9f3a030fd5
8 changed files with 58 additions and 2 deletions
|
@ -41,7 +41,6 @@ const IndexPage = () => {
|
|||
|
||||
return (
|
||||
<Layout>
|
||||
|
||||
<main id="main-content" role="main">
|
||||
<section className="grid-container">
|
||||
<div className="grid-row grid-gap">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue