We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68b224 commit 7e9344cCopy full SHA for 7e9344c
apps/docs/src/app/robots.ts
@@ -1,5 +1,7 @@
1
import type { MetadataRoute } from "next"
2
3
+export const dynamic = "force-static"
4
+
5
export default function robots(): MetadataRoute.Robots {
6
return {
7
rules: {
0 commit comments