Aug 24, 2017 · 1 min read
Hi!
big thanks for this cool example!
if src/app/pages/index.js looks like:
import App from ‘../components/App’;
export default () =>
<App>
<p>Title</p>
<h2>Some content</h2>
</App>;
where can i add title, …, meta tags?
Hi!
big thanks for this cool example!
if src/app/pages/index.js looks like:
import App from ‘../components/App’;
export default () =>
<App>
<p>Title</p>
<h2>Some content</h2>
</App>;
where can i add title, …, meta tags?