Skip to content

Commit a5aab14

Browse files
authored
Merge pull request #765 from javaistic/fix/seo
Update `robots.txt` to improve crawl accessibility
2 parents 750f105 + d76cbd1 commit a5aab14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/robots.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ export default function robots(): MetadataRoute.Robots {
99
allow: "/",
1010
disallow: [
1111
"/api/", // Block API endpoints from crawling
12-
"/_next/", // Block Next.js internal files
1312
],
1413
},
1514
],
1615
sitemap: `${baseUrl}/sitemap.xml`,
17-
host: baseUrl,
1816
};
1917
}

0 commit comments

Comments
 (0)