Resolve issues in Blazor PWA template (#19898)

This commit is contained in:
Safia Abdalla 2020-03-16 16:55:21 -07:00 committed by GitHub
parent 0582767e67
commit 49bf3bb738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>ComponentsWebAssembly-CSharp</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />

View File

@ -1,7 +1,7 @@
{
"name": "ComponentsWebAssembly-CSharp",
"short_name": "ComponentsWebAssembly-CSharp",
"start_url": "/",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",