Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Nov 27, 2022
1 parent 86b18b6 commit db3d662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ const withNextra = nextra({
unstable_defaultShowCopyCode: true
})

export default withNextra({
reactStrictMode: true
})
export default withNextra({})
2 changes: 1 addition & 1 deletion docs/pages/docs/docs-theme/theme-configuration.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import cn from 'clsx'
import Image from 'next/future/image'
import Image from 'next/image'

export function Screenshot({ src, alt, full }) {
return <div className={cn("mt-6 -mb-4 flex justify-center border dark:border-zinc-800 rounded-xl overflow-hidden", full ? 'bg-white' : 'bg-zinc-100')}>
Expand Down

0 comments on commit db3d662

Please sign in to comment.