tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
make discover dynamic
awarm.space
4 months ago
3f255e4d
983d62ab
-3
1 changed file
expand all
collapse all
unified
split
app
(home-pages)
discover
page.tsx
-3
app/(home-pages)/discover/page.tsx
···
4
import { Metadata } from "next";
5
import { DashboardLayout } from "components/PageLayouts/DashboardLayout";
6
7
-
export const dynamic = "force-static";
8
-
export const revalidate = 60;
9
-
10
export type PublicationsList = Awaited<ReturnType<typeof getPublications>>;
11
async function getPublications() {
12
let { data: publications, error } = await supabaseServerClient
···
4
import { Metadata } from "next";
5
import { DashboardLayout } from "components/PageLayouts/DashboardLayout";
6
0
0
0
7
export type PublicationsList = Awaited<ReturnType<typeof getPublications>>;
8
async function getPublications() {
9
let { data: publications, error } = await supabaseServerClient