Skip to content

Commit

Permalink
🔀 Merge pull request #1341 from rokiden/master
Browse files Browse the repository at this point in the history
Fix Vue's PWA manifestCrossorigin, remove second mainfest from head
  • Loading branch information
Lissy93 committed Oct 11, 2023
2 parents 388f482 + dec5a08 commit 923c3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- Favicon, App Icon and PWA -->
<!-- Favicon, App Icon -->
<link rel="icon" type="image/png" sizes="64x64" href="<%= BASE_URL %>/web-icons/favicon-64x64.png">
<link rel="icon" type="image/png" sizes="32x32" href="web-icons/favicon-32x32.png">
<link rel="icon" type="image/png" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/loading-screen.css" />
<link rel="manifest" href="/manifest.json">
<!-- Default Page Title -->
<title>Dashy</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ module.exports = {
themeColor: '#00af87',
msTileColor: '#0b1021',
mode: 'production',
manifestCrossorigin: 'use-credentials',
iconPaths: {
manifestCrossorigin: 'use-credentials',
favicon64: './web-icons/favicon-64x64.png',
favicon32: './web-icons/favicon-32x32.png',
maskIcon: './web-icons/dashy-logo.png',
Expand Down

1 comment on commit 923c3c4

@vercel
Copy link

@vercel vercel bot commented on 923c3c4 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dashy – ./

dashy-alicia.vercel.app
dashy-delta.vercel.app
dashy-git-master-alicia.vercel.app

Please sign in to comment.