1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Dynamic base URI

This commit is contained in:
David Bomba 2021-08-14 15:04:08 +10:00
parent 7f37c10178
commit 5f18a69be9

View File

@ -3,7 +3,7 @@
<head>
<!-- Source: https://github.com/invoiceninja/invoiceninja -->
<!-- Version: {{ config('ninja.app_version') }} -->
<base href="/">
<base href="{{ $_SERVER['REQUEST_URI'] }}">
<meta charset="UTF-8">
<meta name="google-signin-client_id" content="{{ config('services.google.client_id') }}">
<link rel="manifest" href="manifest.json?v={{ config('ninja.app_version') }}">