mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-04 09:03:48 +00:00
add robots.txt
This commit is contained in:
10
src/app/robots.ts
Normal file
10
src/app/robots.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { MetadataRoute } from "next";
|
||||
|
||||
export default function robots(): MetadataRoute.Robots {
|
||||
return {
|
||||
rules: {
|
||||
userAgent: "*",
|
||||
disallow: "/"
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user