UNPKG
attest.so
Version:
latest (1.1.2)
1.1.2
<div align="center">
attest.so
/
apps
/
www
/
next.config.mjs
11 lines
(7 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ createMDX }
from
'fumadocs-mdx/next'
const
withMDX =
createMDX
()
/**
@type
{
import('next').NextConfig
} */
const
config = {
reactStrictMode
:
true
, }
export
default
withMDX
(config)