mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
async netlify iderntity
This commit is contained in:
parent
87adff8d49
commit
1109bc9bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export default class IndexPage extends React.Component {
|
|||
return (
|
||||
<section className="section">
|
||||
<Helmet>
|
||||
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js" />
|
||||
<script async src="https://identity.netlify.com/v1/netlify-identity-widget.js" />
|
||||
</Helmet>
|
||||
<div className="container">
|
||||
{posts.filter(post => post.node.frontmatter.templateKey === 'blog-post').map(({ node: post }) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue