Added a favicon

This commit is contained in:
Tiago Ribeiro
2023-10-16 10:32:29 +01:00
parent ba58789921
commit b1e159a848
2 changed files with 2 additions and 1 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -8,13 +8,14 @@ const inter = Inter({subsets: ["latin"]});
export const metadata: Metadata = {
title: "EnCoach",
description: "Generated by create next app",
description: "We are the best service and the only one",
};
export default function RootLayout({children}: {children: React.ReactNode}) {
return (
<html lang="en">
<head>
<link rel="icon" href="/favicon.ico" sizes="any" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self'; script-src 'self';" />
</head>
<body className={inter.className}>{children}</body>