Skip to content

Commit

Permalink
add jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Nov 24, 2023
1 parent da5e81c commit 5277372
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@ import Image from 'next/image'
import Link from 'next/link'
import {notFound} from 'next/navigation'

/**
* Route segment config.
*
* @see https://nextjs.org/docs/app/api-reference/file-conventions/route-segment-config
*/
export const revalidate = 3600

/**
* Setup metadata.
*
* @see https://nextjs.org/docs/app/building-your-application/optimizing/metadata
*/
export const metadata: Metadata = {
title: 'Next.js WordPress',
description: "It's headless WordPress"
Expand Down

1 comment on commit 5277372

@vercel
Copy link

@vercel vercel bot commented on 5277372 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.