Use custom meta tag info for project page.
Note this _will not_ work until the page uses a template that does not include these meta tags. That is because react-helmet does not override any existing info in the head. Thus, this was tested by removing that info from the template and seeing it work, then putting the template back.
Showing
... | ... | @@ -32,6 +32,7 @@ |
"lodash.defaults": "4.0.1", | ||
"newrelic": "1.25.4", | ||
"raven": "0.10.0", | ||
"react-helmet": "5.2.0", | ||
"scratch-docker": "^1.0.2", | ||
"scratch-parser": "^4.2.0", | ||
"scratch-storage": "^0.5.1" | ||
... | ... |
src/views/preview/meta.jsx
0 → 100644
This diff is collapsed.
Please register or sign in to comment