Skip to content

Commit 3bdd173

Browse files
committed
chore: remove robots.txt
1 parent ed8ec96 commit 3bdd173

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

app/robots.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ export default function robots(): MetadataRoute.Robots {
77
userAgent: '*',
88
allow: '/',
99
},
10+
sitemap: 'https://impactco2.fr/sitemap.xml',
1011
}
1112
: {
1213
rules: {
1314
userAgent: '*',
1415
disallow: '/',
1516
},
17+
sitemap: 'https://impactco2.fr/sitemap.xml',
1618
}
1719
}

public/robots.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)