fix: docker support

This commit is contained in:
Maël Gangloff
2024-08-11 20:24:04 +02:00
parent 83aa283b3d
commit 2def3bbc8e
2 changed files with 34 additions and 28 deletions

View File

@@ -12,7 +12,7 @@
<meta property="og:type" content="website"/>
<meta property="og:title" content="Domain Watchdog"/>
<meta property="og:image" content="{{ asset('images/banner.png') }}">
<meta property="og:image" content="/images/banner.png">
<meta property="og:description"
content="A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names"/>
<meta property="og:site_name" content="Domain Watchdog"/>
@@ -21,11 +21,11 @@
<meta property="twitter:title" content="Domain Watchdog"/>
<meta property="twitter:description"
content="A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names"/>
<meta property="twitter:image" content="{{ asset('images/banner.png') }}"/>
<meta property="twitter:image" content="/images/banner.png"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="manifest" href="{{ asset('manifest.json') }}"/>
<link rel="manifest" href="/manifest.json"/>
<title>Domain Watchdog</title>
{{ encore_entry_link_tags('app') }}
</head>