Skip to content

Commit 1e91233

Browse files
committed
add NAVBAR_HTML option to README.md
1 parent 706488c commit 1e91233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ All options are optional.
101101
- `CUSTOM_ASSETS` - space separated list of static assets to add to the build
102102
- `CUSTOM_CSS` - space separated list of css files to append into `style.css`
103103
- `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
104105

105106
Note that `API_URL` should be set to the publicly-reachable URL where the user's browser can issue requests at.
106107
(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

Comments
 (0)