1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 16:48:05 +00:00
thatmattlove-hyperglass/docs/next.config.js
2022-12-19 16:18:01 -05:00

13 lines
251 B
JavaScript

const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
});
module.exports = withNextra({
// experimental: {
// runtime: 'experimental-edge',
// },
images: {
unoptimized: true,
},
});