visual fixes, remove error

This commit is contained in:
Sara
2023-09-22 17:51:33 +02:00
parent 2cc98314d2
commit 902bc6c7cc
6 changed files with 26 additions and 18 deletions

View File

@@ -53,7 +53,7 @@ export const metadata: Metadata = {
maximumScale: 1,
},
robots: { index: false, follow: false, noarchive: true, noimageindex: true }
robots: { index: false, follow: false, noarchive: true, noimageindex: true },
};
export default function RootLayout({ children }) {