I have no idea how but the date bug came back. Should be fixed

This commit is contained in:
2024-07-21 18:39:15 -05:00
parent 1259d19fde
commit 87c7169b3c
5 changed files with 62 additions and 9 deletions

View File

@@ -8,7 +8,22 @@ import { type Metadata } from "next";
export const metadata: Metadata = {
title: "Tech Tracker",
description: "App used by COG IT employees to update their status throughout the day.",
icons: [{ rel: "icon", url: "/favicon.ico" }],
icons: [
{
rel: 'icon',
url: '/favicon.ico',
},
{
rel: 'icon',
type: 'image/png',
sizes: '32x32',
url: '/images/tech_tracker_favicon.png',
},
{
rel: 'apple-touch-icon',
url: '/favicon.ico',
},
],
};
const fontSans = FontSans({