Cut unneccessary pages and features to simplify site.

This commit is contained in:
2023-12-18 15:54:26 +13:00
parent d2876f2e17
commit 1ab50f8f87
7 changed files with 4 additions and 139 deletions

View File

@ -3,7 +3,7 @@ import siteMetadata from '@/data/siteMetadata'
import ListLayout from '@/layouts/ListLayout'
import { PageSEO } from '@/components/SEO'
export const POSTS_PER_PAGE = 5
export const POSTS_PER_PAGE = 10
export async function getStaticProps() {
const posts = await getAllFilesFrontMatter('workshop')