mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
added dynamic to force page rendering
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
||||
FeaturedCreator,
|
||||
} from "@/components/agptui/composite/FeaturedCreators";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import AutoGPTServerAPIServerSide from "@/lib/autogpt-server-api";
|
||||
import AutoGPTServerAPIServerSide from "@/lib/autogpt-server-api/clientServer";
|
||||
import { Metadata } from "next";
|
||||
import { createServerClient } from "@/lib/supabase/server";
|
||||
import {
|
||||
@@ -22,6 +22,8 @@ import {
|
||||
CreatorsResponse,
|
||||
} from "@/lib/autogpt-server-api/types";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
async function getStoreData() {
|
||||
try {
|
||||
const supabase = createServerClient();
|
||||
|
||||
@@ -44,10 +44,10 @@ export const HeroSection: React.FC = () => {
|
||||
<FilterChips
|
||||
badges={[
|
||||
"Marketing",
|
||||
"Sales",
|
||||
"Content creation",
|
||||
"Coding",
|
||||
"Lorem ipsum",
|
||||
"SEO",
|
||||
"Content Creation",
|
||||
"Automation",
|
||||
"Fun",
|
||||
]}
|
||||
onFilterChange={onFilterChange}
|
||||
multiSelect={false}
|
||||
|
||||
Reference in New Issue
Block a user