import React from 'react'; | |
import { GatsbySeo } from 'gatsby-plugin-next-seo'; | |
export default () => ( | |
<> | |
<GatsbySeo | |
title='Simple Usage Example' | |
description='A short description goes here.' | |
language='en' | |
/> | |
</> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment