Skip to content

Commit f2e594a

Browse files
Create robots.ts
1 parent 6d328ec commit f2e594a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/app/robots.ts

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import type { MetadataRoute } from 'next'
2+
3+
export default function robots(): MetadataRoute.Robots {
4+
return {
5+
rules: {
6+
userAgent: '*',
7+
allow: '/',
8+
},
9+
}
10+
}

0 commit comments

Comments
 (0)