mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Make reflector.media not indexable by search engines
This commit is contained in:
@@ -52,6 +52,8 @@ export const metadata: Metadata = {
|
||||
initialScale: 1,
|
||||
maximumScale: 1,
|
||||
},
|
||||
|
||||
robots: { index: false, follow: false, noarchive: true, noimageindex: true }
|
||||
};
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
|
||||
Reference in New Issue
Block a user