Skip to content

Commit

Permalink
Remove force propert from team page.
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy authored May 19, 2024
1 parent 3754ac0 commit d98370f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/team/page.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import Team from "@/components/team/Team";
import type { Metadata } from "next";

export const dynamic = "force-dynamic";
export const fetchCache = "force-cache";

export const metadata: Metadata = {
title: "EternalCode.pl | Team",
description: "See our team members and their roles in our projects",
Expand Down

0 comments on commit d98370f

Please sign in to comment.