We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d328ec commit f2e594aCopy full SHA for f2e594a
src/app/robots.ts
@@ -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