Skip to content

Commit

Permalink
feat: add force dynamic to robots
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Nov 13, 2024
1 parent 7401bb8 commit 137bc90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/app/robots.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { seoPages } from "@/lib/seo-pages";
import { MetadataRoute } from "next";

export const dynamic = 'force-dynamic';

export default function robots(): MetadataRoute.Robots {
// Get all SEO page slugs
const seoPageSlugs = Object.keys(seoPages);
Expand Down

1 comment on commit 137bc90

@vercel
Copy link

@vercel vercel bot commented on 137bc90 Nov 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.