mirror of
https://github.com/arthur-pbty/moon.git
synced 2026-06-11 03:14:25 +02:00
first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import type { MetadataRoute } from 'next';
|
||||
|
||||
export default function robots(): MetadataRoute.Robots {
|
||||
return {
|
||||
rules: {
|
||||
userAgent: '*',
|
||||
allow: '/',
|
||||
disallow: ['/api/'],
|
||||
},
|
||||
sitemap: 'https://moon.arthurp.fr/sitemap.xml',
|
||||
host: 'https://moon.arthurp.fr',
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user