You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ All options are optional.
101
101
-`CUSTOM_ASSETS` - space separated list of static assets to add to the build
102
102
-`CUSTOM_CSS` - space separated list of css files to append into `style.css`
103
103
-`NOSCRIPT_REDIR` - redirect noscript users to `{request_path}?nojs` (should be captured server-side and redirected to the prerender server, also see `NOSCRIPT_REDIR_BASE` in dev server options)
104
+
-`NAVBAR_HTML` - display navigation bar
104
105
105
106
Note that `API_URL` should be set to the publicly-reachable URL where the user's browser can issue requests at.
106
107
(that is, *not* via `localhost`, unless you're setting up a dev environment where the browser is running on the same machine as the API server.)
0 commit comments