Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jan 10, 2025
1 parent 24a3756 commit 59b2ed0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ import nextra from 'nextra'

const withNextra = nextra({})

export default withNextra()
export default withNextra({
eslint: { ignoreDuringBuilds: true },
typescript: { ignoreBuildErrors: true },
})

0 comments on commit 59b2ed0

Please sign in to comment.