Skip to content

Commit 45bcae6

Browse files
committed
feat(netlify): fix script url
1 parent d6be9bc commit 45bcae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<title>Content Manager</title>
88

9-
<script src="https://identity-js.netlify.com/v1/netlify-identity-widget.js"></script>
9+
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
1010
</head>
1111
<body>
1212
<script src="<%= htmlWebpackPlugin.publicPath %>/<%= htmlWebpackPlugin.files.js[1] %>"></script>

0 commit comments

Comments
 (0)