Skip to content

Commit

Permalink
fix: Resolve web manifest console error (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker authored Sep 7, 2024
1 parent defb4bb commit ab65749
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-llamas-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"namesake": patch
---

Fix web manifest console error
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Create release pull request
- name: Create release pull request or bump version tag
uses: changesets/action@v1
with:
title: 'ci: Release'
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="manifest" crossorigin="use-credentials" href="/manifest.webmanifest" />
<title>Namesake</title>
</head>
<body>
Expand Down

0 comments on commit ab65749

Please sign in to comment.