Skip to content

Commit

Permalink
feat(frontend): favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Sep 25, 2022
1 parent 3ae95c3 commit 0ca7010
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Binary file added frontend/public/favicon.ico
Binary file not shown.
Binary file added frontend/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion frontend/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion frontend/src/components/router-head/router-head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export const RouterHead = component$(() => {

<link rel="canonical" href={loc.href} />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />

<meta property="og:site_name" content="Teknologi Umum Hacktoberfest" />
Expand Down Expand Up @@ -68,7 +70,7 @@ export const RouterHead = component$(() => {
property="og:image:alt"
content="Website yang memuat semua issue untuk kebutuhan Hacktoberfest dari organisasi Teknologi Umum"
/>
<meta property="og:site_name" content="Graphene" />
<meta property="og:site_name" content="Hacktoberfest Teknologi Umum" />
<meta property="og:locale" content="id-ID" />
<meta
property="og:description"
Expand Down

0 comments on commit 0ca7010

Please sign in to comment.