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:
@ -3,4 +3,8 @@ const withNextra = require('nextra')({
|
||||
themeConfig: './theme.config.tsx',
|
||||
});
|
||||
|
||||
module.exports = withNextra();
|
||||
module.exports = withNextra({
|
||||
experimental: {
|
||||
runtime: 'experimental-edge',
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user