Skip to content

Commit

Permalink
fix favicon 500 error
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 13, 2024
1 parent a35c304 commit 5332811
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file removed public/favicon.ico
Binary file not shown.
4 changes: 0 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ import type { Metadata } from 'next';
import Header from './components/Header/Header';
import Footer from './components/Footer/Footer';
import USABanner from './components/UsaBanner/UsaBanner';
import { basePath } from './utils/constants';
import './globals.scss';
import './custom-styles.css';

export const metadata: Metadata = {
title: 'DIBBS Site',
icons: {
icon: `${basePath}/app/favicon.ico`,
},
};

export default function RootLayout({
Expand Down

0 comments on commit 5332811

Please sign in to comment.