-
How can I add Netlify Identity Widget to the home page? |
Beta Was this translation helpful? Give feedback.
Answered by
Knogobert
Jun 15, 2021
Replies: 1 comment
-
This Issue #8 is probably related to your question. There's also some information in the Readme:
But to be short to the point: script: [{
href: 'https://identity.netlify.com/v1/netlify-identity-widget.js'
}], OR Add this |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Knogobert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This Issue #8 is probably related to your question.
There's also some information in the Readme:
But to be short to the point:
Add this to your
nuxt.config.js
>head
(on line 55):OR
Add this
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
before the</head>
of an index.html