Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 8e14fb4

Browse files
committed
Add worker to eBookConfig
1 parent 271ad19 commit 8e14fb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap

runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@
255255
eBookConfig.enableCompareMe = {{enable_compare_me}};
256256
// _`new_server_prefix`: Defined by the server to be the path to the new server.
257257
eBookConfig.new_server_prefix = '{{ new_server_prefix }}';
258+
eBookConfig.served_by = '{{worker_name}}';
258259
{% endraw %}
259260
{% else %}
260261
eBookConfig.useRunestoneServices = {% if use_services == 'true' -%}true{%- else -%}false{%- endif -%};

0 commit comments

Comments
 (0)