Skip to content

Commit

Permalink
fix(app): remove unsupported config
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnatarHe committed Nov 9, 2024
1 parent 1acfab3 commit 457ed0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import { dehydrate, HydrationBoundary } from '@tanstack/react-query'
import { useBackgroundImageServer as getBackgroundImageServer } from '../hooks/theme.server'
import { getApolloServerClient } from '../services/apollo.server'

export const revalidate = 60 * 60 * 24 * 3 // 3 day

async function Page() {
const client = getApolloServerClient()
const data = await client.query<PublicDataQuery>({
Expand Down

0 comments on commit 457ed0c

Please sign in to comment.