forked from mirrors/thatmattlove-hyperglass
10 lines
202 B
JavaScript
10 lines
202 B
JavaScript
const withNextra = require('nextra')({
|
|
theme: 'nextra-theme-docs',
|
|
themeConfig: './theme.config.tsx',
|
|
});
|
|
|
|
module.exports = withNextra({
|
|
experimental: {
|
|
runtime: 'experimental-edge',
|
|
},
|
|
});
|