-
-
Notifications
You must be signed in to change notification settings - Fork 0
Fixed manifest 404 errors #556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR removes non-standard web manifest extensions and references to icons that were causing 404 errors, while properly relocating the Safari pinned tab icon reference to the layout metadata.
- Removed custom
ManifestWithScopeExtensionstype and non-standard manifest properties - Removed references to icons that don't exist (
safari-pinned-tab.svgandfavicon.icofrom manifest) - Moved
safari-pinned-tab.svgreference to the proper location in layout metadata
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/app/manifest.ts | Removed custom type definition and non-standard manifest properties (scope_extensions, edge_side_panel) along with invalid icon references |
| src/app/layout.tsx | Changed icons.other from object to array format and added mask-icon reference for Safari pinned tab |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.