feat: add env variable for website base url

This commit is contained in:
Björn Fromme
2026-01-05 17:20:18 +01:00
parent 7127b4d050
commit ef263e064a
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<div class="flex items-center justify-between">
<a href="https://www.ep-reisen.de" title="zur E&amp;P Website">
<a href="{{ website_base_url }}" title="zur E&amp;P Website">
{% if booking_theme() == 'sbw' %}
<img src="{{ asset('build/images/logo_sbw.svg') }}" alt="" class="h-10 my-2 w-auto">
{% elseif booking_theme() == 'ser' %}