Skip to content

Commit 7e9344c

Browse files
committed
add missing export to robots.ts
1 parent c68b224 commit 7e9344c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/docs/src/app/robots.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import type { MetadataRoute } from "next"
22

3+
export const dynamic = "force-static"
4+
35
export default function robots(): MetadataRoute.Robots {
46
return {
57
rules: {

0 commit comments

Comments
 (0)