Skip to content

Commit e0cf22c

Browse files
author
sw-yx
committed
tweak readme
1 parent 11b78d1 commit e0cf22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import React from 'react';
5858
import { IdentityContextProvider } from 'react-netlify-identity';
5959

6060
function App() {
61-
const url = process.env.REACT_APP_NETLIFY_URL; // supply the url of your Netlify site instance. VERY IMPORTANT
61+
const url = 'https://your-identity-instance.netlify.com/'; // supply the url of your Netlify site instance. VERY IMPORTANT. no point putting in env var since this is public anyway
6262
return (
6363
<IdentityContextProvider url={url}>
6464
{/* rest of your app */}

0 commit comments

Comments
 (0)