diff --git a/docs/next.config.js b/docs/next.config.js index f6ab2b8..68eb76f 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -3,4 +3,8 @@ const withNextra = require('nextra')({ themeConfig: './theme.config.tsx', }); -module.exports = withNextra(); +module.exports = withNextra({ + experimental: { + runtime: 'experimental-edge', + }, +});