mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-05 20:24:18 -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
|
@ -53,5 +53,6 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'gatsby-plugin-react-helmet',
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue