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
+1
View File
@@ -7,3 +7,4 @@ export * from './cookies';
export * from './session';
export * from './constants';
export * from './logic';
export * from './seo';