feat: Add favicon and SEO (JSON-LD schema, meta tags)

- Add favicon image
- Add JSON-LD schema for Hackathon event
- Add react-helmet-async for managing meta tags
This commit is contained in:
Hafid Nur
2025-11-25 15:20:10 +07:00
parent aeb23a7255
commit 9547d34f5c
7 changed files with 222 additions and 27 deletions
+5 -1
View File
@@ -6,7 +6,11 @@
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="/logos/simple.svg" />
<link
rel="icon"
type="image/svg+xml"
href="/images/imphnen-logo-simple.svg"
/>
<link rel="stylesheet" href="/src/index.css" />
</head>
<body>