add emoji favicon

This commit is contained in:
Maxime Cannoodt 2022-07-06 15:22:59 +02:00
parent dfa6b937dd
commit d3eb216f4a
2 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,8 @@ services:
args:
- VITE_SERVER_INTERNAL=http://backend:8080
- VITE_BRANDING=Noteshare.space [preview]
environment:
- NODE_ENV=production
depends_on:
- backend
labels:

View File

@ -3,6 +3,10 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📝</text></svg>"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
<script