🎨 New svgl brand assets + update manifest & global app metatags

This commit is contained in:
pheralb
2025-09-14 18:53:24 +01:00
parent a05e849ddb
commit 70ad2e0088
16 changed files with 11 additions and 12 deletions
+5 -5
View File
@@ -11,17 +11,17 @@
<link
rel="icon"
type="image/svg+xml"
href="%sveltekit.assets%/images/logo.svg"
href="%sveltekit.assets%/images/svgl_svg.svg"
/>
<link
rel="icon"
type="image/ico"
href="%sveltekit.assets%/images/logo_ico.ico"
href="%sveltekit.assets%/images/svgl_ico.ico"
/>
<!-- OG -->
<meta property="og:type" content="website" />
<meta property="og:title" content="svgl" />
<meta property="og:title" content="SVGL" />
<meta
property="og:description"
content="A beautiful library with SVG logos"
@@ -34,7 +34,7 @@
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Svgl" />
<meta name="twitter:title" content="SVGL" />
<meta
name="twitter:description"
content="A beautiful library with SVG logos"
@@ -46,7 +46,7 @@
/>
<!-- Title -->
<title>A beautiful library with SVG logos - Svgl</title>
<title>A beautiful library with SVG logos - SVGL</title>
%sveltekit.head%
</head>
<body