Updated the meta

This commit is contained in:
Tiago Ribeiro
2023-10-16 10:29:40 +01:00
parent 15e22f4176
commit ba58789921

View File

@@ -14,6 +14,9 @@ export const metadata: Metadata = {
export default function RootLayout({children}: {children: React.ReactNode}) {
return (
<html lang="en">
<head>
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self'; script-src 'self';" />
</head>
<body className={inter.className}>{children}</body>
</html>
);