mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-21 11:24:40 +02:00
Use base path including the server name and protocol.
This should help against the mixed security errors on Heroku.
This commit is contained in:
parent
27f2b040af
commit
15a036f2c6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
{{ encore_entry_link_tags('app') }}
|
{{ encore_entry_link_tags('app') }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body data-base-url="{{ app.request.basePath }}/{{ app.request.locale }}">
|
<body data-base-url="{{ app.request.schemeAndHttpHost }}{{ app.request.baseUrl }}/{{ app.request.locale }}">
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue