Skip to content

Remove references to missing site icons#214

Open
junaga wants to merge 1 commit into
screeps:masterfrom
junaga:agent/remove-missing-icon-references
Open

Remove references to missing site icons#214
junaga wants to merge 1 commit into
screeps:masterfrom
junaga:agent/remove-missing-icon-references

Conversation

@junaga

@junaga junaga commented Jul 20, 2026

Copy link
Copy Markdown

What changed

Remove favicon, Apple touch icon, and Microsoft tile declarations whose referenced files do not exist.

Why

The template caused every documentation page to request 14 nonexistent /icon/... assets. None of those assets has existed in the repository since its initial import, and the production URLs return 404. Removing stale declarations avoids guaranteed failed requests without inventing replacement branding assets.

Validation

  • Confirmed representative favicon, touch icon, and tile URLs return 404 in production
  • Generated the docs with the repository's Node 10 build environment
  • Verified generated HTML contains no /icon/ references
  • git diff --check

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.

2 participants