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