1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
This commit is contained in:
Ilya Kreymer 2021-09-20 22:02:21 -07:00
parent 044e21b182
commit 7f23398e6f
2 changed files with 4 additions and 2 deletions

View File

@ -19,6 +19,8 @@ enable_memento: true
# Replay content in an iframe
framed_replay: true
redirect_to_exact: true
# uncomment and change to set default locale
# default_locale: en

View File

@ -17,9 +17,9 @@ window.banner_info = {
locales: {{ locales }},
locale_prefixes: {{ get_locale_prefixes() | tojson }},
prefix: "{{ wb_prefix }}",
staticPrefix: "{{ static_prefix }}"
staticPrefix: "{{ static_prefix }}",
logo: "{{ ui['logo'] }}"
logo: "{{ ui.logo }}"
};
</script>