fix manifest error in localhost

pull/173/head
Aevann 2023-07-22 14:26:08 +03:00
parent fd10a0ad87
commit 3c0e406f90
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "WPD",
"short_name": "WPD",
"start_url": "https://watchpeopledie.tv",
"start_url": "/",
"display": "standalone",
"background_color": "#805AD5",
"theme_color": "#805AD5",

View File

@ -1,7 +1,7 @@
{
"name": "rDrama",
"short_name": "rDrama",
"start_url": "https://rdrama.net",
"start_url": "/",
"display": "standalone",
"background_color": "#FF459A",
"theme_color": "#805AD5",

View File

@ -168,7 +168,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1, viewport-fit=cover">
<link rel="apple-touch-icon" sizes="180x180" href="/icon.webp?x=6">
<link rel="manifest" href="/assets/manifest_{{SITE_NAME}}.json?x=7">
<link rel="manifest" href="/assets/manifest_{{SITE_NAME}}.json?x=8">
<link rel="mask-icon" href="/icon.webp?x=6">
<link rel="shortcut icon" href="/icon.webp?x=6">
<meta name="apple-mobile-web-app-title" content="{{SITE_NAME}}">