Skip to content

Commit

Permalink
file based favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Drish-xD committed Apr 29, 2024
1 parent 98ca049 commit ff1586b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 24 deletions.
Binary file removed public/favicon/favicon-16x16.png
Binary file not shown.
Binary file removed public/favicon/favicon-32x32.png
Binary file not shown.
File renamed without changes
File renamed without changes.
25 changes: 1 addition & 24 deletions src/constants/DefaultMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { APP_URL, isProd } from './Data';

export const title = {
default: 'Drish | Portfolio',
template: ' %s - Drish | Portfolio'
template: '%s - Drish | Portfolio'
};

export const description =
Expand All @@ -19,29 +19,6 @@ export const METADATA: Metadata = {
metadataBase: new URL(APP_URL),
title,
description,
icons: [
{
rel: 'apple-touch-icon',
url: '/favicon/favicon-16x16.png',
sizes: '180x180 '
},
{
rel: 'icon',
url: '/favicon/favicon-32x32.png',
type: 'image/png',
sizes: '32x32'
},
{
rel: 'icon',
url: '/favicon/favicon-16x16.png',
type: 'image/png',
sizes: '16x16'
},
{
rel: 'icon',
url: '/favicon/favicon.ico'
}
],
alternates: { canonical: '/' },
keywords: [
'Front-End',
Expand Down

0 comments on commit ff1586b

Please sign in to comment.