Skip to content

Commit

Permalink
refactor(saas): dynamic to static blogs page
Browse files Browse the repository at this point in the history
  • Loading branch information
alifarooq9 committed Apr 20, 2024
1 parent 825a74c commit 7dc67e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starterkits/saas/src/app/(web)/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import { format } from "date-fns";
import Image from "next/image";
import Link from "next/link";

export const dynamic = "force-static";

export default async function BlogsPage() {
const blogs = await getBlogs();

Expand Down

0 comments on commit 7dc67e5

Please sign in to comment.