Skip to content

Commit

Permalink
update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
psiddharthdesign committed Jul 29, 2024
1 parent b75a556 commit 551fdcc
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
Binary file added public/images/favicon-logo-digger.ico
Binary file not shown.
File renamed without changes.
3 changes: 0 additions & 3 deletions src/app/(dynamic-pages)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
export const dynamic = 'force-dynamic';

export const metadata = {
icons: {
icon: '/images/logo-black-main.ico',
},
title: 'Nextbase Ultimate',
description: 'Nextbase Ultimate',
};
Expand Down
3 changes: 0 additions & 3 deletions src/app/(external-pages)/blog/(list)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import { TagsNav } from '../TagsNav';
export const metadata = {
title: 'Blog List | Nextbase',
description: 'Collection of the latest blog posts from the team at Nextbase',
icons: {
icon: '/images/logo-black-main.ico',
},
};

async function Tags() {
Expand Down
6 changes: 3 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import { AppProviders } from './AppProviders';

export const metadata: Metadata = {
icons: {
icon: '/images/favicon.ico',
icon: '/images/favicon-logo-digger.ico?v=3',
},
title: 'Nextbase Ultimate',
description: 'Nextbase Ultimate',
title: 'Digger',
description: 'Digger',
metadataBase: new URL(
process.env.NEXT_PUBLIC_SITE_URL ?? `https://usenextbase.com`,
),
Expand Down
2 changes: 1 addition & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ export const config = {
* - api (API routes)
* Feel free to modify this pattern to include more paths.
*/
'/((?!_next/static|_next/image|favicon.ico|api|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)',
'/((?!_next/static|_next/image|images|assets|logos|mockups|favicon.ico|api|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)',
],
};

0 comments on commit 551fdcc

Please sign in to comment.