/[sudobot]/trunk/docs/app/robots.ts
ViewVC logotype

Annotation of /trunk/docs/app/robots.ts

Parent Directory Parent Directory | Revision Log Revision Log


Revision 627 - (hide annotations)
Sat Sep 7 09:42:28 2024 UTC (6 months, 3 weeks ago) by rakinar2
File MIME type: application/typescript
File size: 294 byte(s)
chore: add new files

1 rakinar2 627 import { absoluteURL } from "@/utils/utils";
2     import type { MetadataRoute } from "next";
3    
4     export default function robots(): MetadataRoute.Robots {
5     return {
6     rules: {
7     userAgent: "*",
8     allow: "/",
9     },
10     sitemap: absoluteURL("/sitemap.xml"),
11     };
12     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26