Files
website-old/config/Robots.ts
2020-12-21 12:05:03 +01:00

6 lines
100 B
TypeScript

export default {
UserAgent: '*',
Sitemap: 'https://arthurdanjou.fr/sitemap.xml',
Allow: '*'
}