forked from mirrors/thatmattlove-hyperglass
add experimental edge to next config
This commit is contained in:
parent
f8fcbd306c
commit
bfe3efbc70
1 changed files with 5 additions and 1 deletions
|
|
@ -3,4 +3,8 @@ const withNextra = require('nextra')({
|
|||
themeConfig: './theme.config.tsx',
|
||||
});
|
||||
|
||||
module.exports = withNextra();
|
||||
module.exports = withNextra({
|
||||
experimental: {
|
||||
runtime: 'experimental-edge',
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue