add emoji favicon
This commit is contained in:
parent
dfa6b937dd
commit
d3eb216f4a
@ -56,6 +56,8 @@ services:
|
|||||||
args:
|
args:
|
||||||
- VITE_SERVER_INTERNAL=http://backend:8080
|
- VITE_SERVER_INTERNAL=http://backend:8080
|
||||||
- VITE_BRANDING=Noteshare.space [preview]
|
- VITE_BRANDING=Noteshare.space [preview]
|
||||||
|
environment:
|
||||||
|
- NODE_ENV=production
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
labels:
|
labels:
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
<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" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
<script
|
<script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user