Base setup for meta head data

This commit is contained in:
Alexis
2024-03-31 12:11:14 +02:00
parent f441b7dda1
commit 82ff5010b5
11 changed files with 74 additions and 2 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>#00aba9</TileColor>
</tile>
</msapplication>
</browserconfig>