rsnext/examples/with-static-export/next.config.js
2023-07-05 21:45:39 +00:00

10 lines
132 B
JavaScript

// @ts-check
/**
* @type {import('next').NextConfig}
**/
const nextConfig = {
output: 'export',
}
module.exports = nextConfig