0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Updated readme

Updates admin url format for initialization
This commit is contained in:
Rish 2020-04-20 23:37:44 +05:30
parent 86340abdc7
commit 5eaa243003

View file

@ -14,7 +14,7 @@ To load members.js in any Ghost theme, below code needs to be added in theme's `
<script>
// Passes Admin URL
var data = {
adminUrl: window.location.origin + "/ghost",
adminUrl: "https://youradminurl.com",
};
// Initializes members.js
window.GhostMembers.initMembersJS(data);