Skip to content

Commit

Permalink
fix(pwa): on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Jan 30, 2024
1 parent 4d499a6 commit ed93263
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="stylesheet" href="style/inverted-style.css" />

<link rel="icon" href="favicon.svg" type="image/x-icon" />
<link rel="apple-touch-icon" href="/icon-512x512.png">
<link rel="canonical" href="https://work.ubq.fi" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="View and sort through all of the available work within the DevPool network." />
Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"type": "image/png"
}
]
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */
// "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */
// "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */
"resolveJsonModule": true, /* Enable importing .json files. */
"resolveJsonModule": true /* Enable importing .json files. */,
// "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */
// "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */

Expand Down

0 comments on commit ed93263

Please sign in to comment.