-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-set meta tags #7
Comments
Also, it sounds like we might be better off just using next/head, since it's baked in and I think it supports everything we'd need: https://stackoverflow.com/questions/61063193/react-helmet-or-next-head-for-next-js-project |
I've been playing this and ended up with something similar to this: The advantages are you can pass in |
Agreed on next/head. Helmet always required a bunch of random changes to _app.js/_document.js that shouldn't be necessary with next/head. |
Helmet is no longer using the syntax we are in this repo, can we update to their simpler HTML syntax:
nfl/react-helmet#246
Also can we show an example of a default, and then of a child template over-riding.
The text was updated successfully, but these errors were encountered: