1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +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',
},
});