feat: launch public product website
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import type { MetadataRoute } from "next";
|
||||
|
||||
export default function robots(): MetadataRoute.Robots {
|
||||
return {
|
||||
rules: {
|
||||
userAgent: "*",
|
||||
allow: "/",
|
||||
disallow: [
|
||||
"/api/",
|
||||
"/briefs/",
|
||||
"/cvs",
|
||||
"/executive-summary",
|
||||
"/landscape",
|
||||
"/login",
|
||||
"/walgreens",
|
||||
],
|
||||
},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user