update frontend
This commit is contained in:
parent
72c859cfd4
commit
c20987dc29
10
index.html
10
index.html
|
|
@ -5,16 +5,16 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icons/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
|
||||||
|
|
||||||
<!-- PWA Manifest -->
|
<!-- PWA Manifest -->
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|
||||||
<!-- Meta pour partage (logo + titre + description) -->
|
<!-- Meta pour partage (logo + titre + description) -->
|
||||||
<meta property="og:title" content="SocioWire.com - Wired to life" />
|
<meta property="og:title" content="SocioWire.com - Wired to life" />
|
||||||
<meta property="og:description" content="Local news, events, market deals & friends on the map." />
|
<meta property="og:description" content="Local news, events, market deals & friends on the map." />
|
||||||
<meta property="og:image" content="%PUBLIC_URL%/icons/og-image.png" />
|
<meta property="og:image" content="/icons/og-image.png" />
|
||||||
<meta property="og:url" content="https://sociowire.com" />
|
<meta property="og:url" content="https://sociowire.com" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:title" content="SocioWire.com - Wired to life" />
|
<meta name="twitter:title" content="SocioWire.com - Wired to life" />
|
||||||
<meta name="twitter:description" content="Local news, events, market deals & friends on the map." />
|
<meta name="twitter:description" content="Local news, events, market deals & friends on the map." />
|
||||||
<meta name="twitter:image" content="%PUBLIC_URL%/icons/og-image.png" />
|
<meta name="twitter:image" content="/icons/og-image.png" />
|
||||||
|
|
||||||
<!-- Titre de la page -->
|
<!-- Titre de la page -->
|
||||||
<title>SocioWire.com - Wired to life</title>
|
<title>SocioWire.com - Wired to life</title>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue