refactor: improve news and email handling, style, folder structure (#16)
This commit is contained in:
@@ -4,7 +4,7 @@ export default function robots(): MetadataRoute.Robots {
|
||||
return {
|
||||
rules: {
|
||||
userAgent: '*',
|
||||
disallow: '/'
|
||||
disallow: ''
|
||||
},
|
||||
sitemap: `${process.env.HOME_URL!}/sitemap.xml`
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user