Skip to content

Commit

Permalink
Merge pull request #100 from eye-on-surveillance/AI/favicon
Browse files Browse the repository at this point in the history
AI/favicon update
ayyubibrahimi authored Sep 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 70724f7 + 80bd432 commit 0279fbd
Showing 2 changed files with 6 additions and 0 deletions.
Binary file modified packages/web/app/favicon.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions packages/web/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -11,10 +11,16 @@ import { createServerComponentClient } from "@supabase/auth-helpers-nextjs";
import { Analytics } from "@vercel/analytics/react";
import { cookies } from "next/headers";
import "./globals.css";

config.autoAddCss = false;

export const dynamic = "force-dynamic";

// Metadata export for favicon
export const metadata = {
favicon: "/photos/favicon.ico",
};

export default async function RootLayout({
children,
modal,

0 comments on commit 0279fbd

Please sign in to comment.