Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Nov 27, 2023
1 parent de46369 commit 020b232
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
11 changes: 0 additions & 11 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import getAllPosts from '@/lib/queries/getAllPosts'
import getPageBySlug from '@/lib/queries/getPageBySlug'
import {Post} from '@/lib/types'
import {Metadata} from 'next'
import Image from 'next/image'
import Link from 'next/link'
import {notFound} from 'next/navigation'
Expand All @@ -13,16 +12,6 @@ import {notFound} from 'next/navigation'
*/
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"
}

/**
* The homepage route.
*
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"sharp": "^0.32.6"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.5.3",
"@evilmartians/lefthook": "^1.5.4",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
Expand Down

1 comment on commit 020b232

@vercel
Copy link

@vercel vercel bot commented on 020b232 Nov 27, 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.