Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 130 Bytes

File metadata and controls

2 lines (2 loc) · 130 Bytes

next.config.js

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