B2B-88: add starter kit structure and elements
This commit is contained in:
13
app/robots.ts
Normal file
13
app/robots.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { MetadataRoute } from 'next';
|
||||
|
||||
import appConfig from '~/config/app.config';
|
||||
|
||||
export default function robots(): MetadataRoute.Robots {
|
||||
return {
|
||||
rules: {
|
||||
userAgent: '*',
|
||||
allow: '/',
|
||||
},
|
||||
sitemap: `${appConfig.url}/server-sitemap.xml`,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user