marcus-grant / brain2

My 2nd brain zettelkasten statically generated wiki using gatsby
0 stars 0 forks source link

Replace react-helmet with gatsby's builtin "head" component #5

Open marcus-grant opened 1 year ago

marcus-grant commented 1 year ago

React Helmet was from a time before Gatsby had built their own simpler, more performant and smaller in storage head API. Replace all instances of Helmet with head.

marcus-grant commented 1 year ago

Also, take notes on the API