1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-07 17:58:24 +00:00

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',
},
});