add emoji favicon
This commit is contained in:
parent
dfa6b937dd
commit
d3eb216f4a
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user