idimitrov.dev/next.config.js

7 lines
112 B
JavaScript
Raw Normal View History

2023-10-27 17:12:20 +02:00
/** @type {import('next').NextConfig} */
2023-11-19 10:00:14 +01:00
const nextConfig = {
output: "export"
}
2023-10-27 17:12:20 +02:00
module.exports = nextConfig