XeNote/next.config.js

9 lines
114 B
JavaScript
Raw Normal View History

2024-01-07 18:34:09 +00:00
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export'
2023-12-30 16:49:39 +00:00
}
2024-01-07 18:34:09 +00:00
export default nextConfig