Skip to content

Index.html has duplicate favicon and incorrect meta/script paths #71

Description

@gssi962

Description:
-The index.html file has a few problems:
-There are two favicon links, which can confuse browsers.
-The Twitter handle is still a placeholder, so social previews won’t show correctly.
-The Open Graph image path might be wrong, so social media previews could break.
-The script path points to a source file that won’t work after building the project.
-Fixing these will make the icon, social previews, and site work properly.

Proposed Solution:
-Keep only one favicon link.
-Replace the Twitter handle placeholder with the real handle (or remove it).
-Make sure the Open Graph image path points to the correct image.
-Update the script path to use the built file (not the source .tsx) so it works after building the project.

Metadata

Metadata

Assignees

Labels

Level 1 ⭐Beginner-friendly tasks. Suitable for first-time contributors or simple fixes.OSCI

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions