Prefinem/nativemodels

View on GitHub
docs/next.config.js

Summary

Maintainability
A
0 mins
Test Coverage
const withNextra = require('nextra')({
  theme: 'nextra-theme-docs',
  themeConfig: './theme.config.jsx',
});

const config = {
  ...withNextra(),
  distDir: '../build',
  // output: 'export',
};

delete config.rewrites;

module.exports = config;