temp favicon, updated scrapper and .env changes

This commit is contained in:
Pablo Ferreiro 2022-08-13 13:09:39 +02:00
parent 574ae51582
commit ebe5941fa2
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
18 changed files with 75 additions and 24 deletions

View file

@ -2,6 +2,10 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="{path('/apple-touch-icon.png')}">
<link rel="icon" type="image/png" sizes="32x32" href="{path('/favicon-32x32.png')}">
<link rel="icon" type="image/png" sizes="16x16" href="{path('/favicon-16x16.png')}">
<link rel="manifest" href="{path('/site.webmanifest')}">
<meta property="og:title" content="ProxiTok" />
<meta property="og:description" content="Alternative frontend for TikTok" />
<meta property="og:type" content="website" />