feat(seo): pwa and icons

This commit is contained in:
Corentin Thomasset 2022-04-15 16:11:25 +02:00
parent cd9a3bc9b1
commit b7193e838b
No known key found for this signature in database
GPG key ID: DBD997E935996158
19 changed files with 4668 additions and 1 deletions

9
public/browserconfig.xml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>