Skip to content

Commit

Permalink
fix: set pwa.iconPaths.faviconSVG to null, to prevent 404 request for…
Browse files Browse the repository at this point in the history
… missing svg-version icon
  • Loading branch information
ErikBjare committed Sep 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5099a68 commit 2e29815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ module.exports = {
pwa: {
name: 'ActivityWatch',
iconPaths: {
faviconSVG: null, // SVG won't render without needed fonts etc, so fall back to png
favicon32: 'static/logo.png',
favicon16: 'static/logo.png',
appleTouchIcon: 'static/logo.png',

1 comment on commit 2e29815

@github-actions
Copy link

Choose a reason for hiding this comment

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

Here are screenshots of this commit:

Screenshots using aw-server v0.12.0b2 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.0b2 (click to expand)

CML watermark

Please sign in to comment.