We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01166b commit a782543Copy full SHA for a782543
src/app/(home)/layout.tsx
@@ -5,9 +5,9 @@ import { Metadata } from 'next';
5
6
export const metadata: Metadata = {
7
icons: {
8
- icon: '/assets/devfolio-logo.webp',
9
- shortcut: '/assets/devfolio-logo.webp',
10
- apple: '/assets/devfolio-logo.webp',
+ icon: '/assets/devfolio-logo.png',
+ shortcut: '/assets/devfolio-logo.png',
+ apple: '/assets/devfolio-logo.png',
11
}
12
};
13
src/app/layout.config.tsx
@@ -12,7 +12,7 @@ export const baseOptions: BaseLayoutProps = {
title: (
<>
14
<img
15
- src="/assets/Devfolio - White.webp"
+ src="/assets/Devfolio - White.png"
16
alt="Devfolio"
17
width={120}
18
height={24}
0 commit comments