This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
bb1ee3c265
Ghost
/
core
/
server
/
public
/
members.js
2 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Updated members-theme-bindings & public/members.js no-issue This updates Ghost to inject the exact urls we want to use for both the static members pages and the ssr endpoints we've configured for the frontend. This allows us to changes these without having to update the members repository, and gives a cleaner split between the two.
2019-06-25 10:30:02 +03:00
MembersThemeBindings
.
init
(
{
ssrUrl
:
"{{blog-url}}/members/ssr"
,
membersUrl
:
"{{blog-url}}/members"
}
)
;
Reference in New Issue
Copy Permalink