Skip to content

Railway Deployment #e24d87 fix: remove duplicate icons in layout - #17

Merged
ralyodio merged 1 commit into
masterfrom
railway/fix-deploy-e24d87
Mar 19, 2026
Merged

Railway Deployment #e24d87 fix: remove duplicate icons in layout#17
ralyodio merged 1 commit into
masterfrom
railway/fix-deploy-e24d87

Conversation

@railway-app

@railway-app railway-app Bot commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

Problem

The metadata export in src/app/layout.tsx contained two icons properties, causing a TypeScript error ("An object literal cannot have multiple properties with the same name") that failed every next build run.

Solution

Removed the first (less complete) icons block and kept the second, which includes the SVG favicon at the root path, the .ico as a proper icon entry, and all 9 apple touch icon sizes. This eliminates the duplicate property and allows the TypeScript check to pass.

Changes

  • Modified src/app/layout.tsx

Context

  • Deployment: #e24d87
  • Failed commit: f2f3caa

Generated by Railway

@ralyodio
ralyodio merged commit 21ecbb0 into master Mar 19, 2026
4 checks passed
@ralyodio
ralyodio deleted the railway/fix-deploy-e24d87 branch March 19, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant