add experimental edge to next config

This commit is contained in:
thatmattlove 2022-12-19 15:44:48 -05:00
parent f8fcbd306c
commit bfe3efbc70

View file

@ -3,4 +3,8 @@ const withNextra = require('nextra')({
themeConfig: './theme.config.tsx',
});
module.exports = withNextra();
module.exports = withNextra({
experimental: {
runtime: 'experimental-edge',
},
});