feature/share-libs
js 7 lines 145 Bytes
Raw
1 /** @type {import('next').NextConfig} */
2 const nextConfig = {
3 output: 'export',
4 images: { unoptimized: true }
5 };
6
7 module.exports = nextConfig;