Skip to content

Commit

Permalink
Fixed unresolved modules
Browse files Browse the repository at this point in the history
  • Loading branch information
prjctimg committed Oct 11, 2023
1 parent aa3aecc commit 82aa16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 56 deletions.
3 changes: 2 additions & 1 deletion pages/blog/page/[page].js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { PageSEO } from '@/components/SEO'
import siteMetadata from '@/data/siteMetadata'
import { getAllFilesFrontMatter } from '@/lib/mdx'
import ListLayout from '@/layouts/ListLayout'
import { POSTS_PER_PAGE } from '../../blog'

const POSTS_PER_PAGE = 5

export async function getStaticPaths() {
const totalPosts = await getAllFilesFrontMatter('blog')
Expand Down
55 changes: 0 additions & 55 deletions pages/tags/[tag].js

This file was deleted.

0 comments on commit 82aa16a

Please sign in to comment.