Skip to content

Commit

Permalink
fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Aug 20, 2022
1 parent e9c5117 commit b1fb43b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nextra-theme-blog/__test__/__fixture__/pageMap.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BlogPageOpts } from '../../src/types'
export const indexOpts: BlogPageOpts = {
filename: 'index.mdx',
filePath: 'index.mdx',
route: '/',
meta: {
type: 'page',
Expand Down Expand Up @@ -103,7 +103,7 @@ export const indexOpts: BlogPageOpts = {
}

export const postsOpts: BlogPageOpts = {
filename: 'index.md',
filePath: 'index.md',
route: '/posts',
meta: {
type: 'posts',
Expand Down Expand Up @@ -206,7 +206,7 @@ export const postsOpts: BlogPageOpts = {
}

export const articleOpts: BlogPageOpts = {
filename: 'aaron-swartz-a-programmable-web.mdx',
filePath: 'aaron-swartz-a-programmable-web.mdx',
route: '/posts/aaron-swartz-a-programmable-web',
meta: {
title: 'Notes on A Programmable Web by Aaron Swartz',
Expand Down

0 comments on commit b1fb43b

Please sign in to comment.