Spaces:
Sleeping
Sleeping
/** @type {import('next').NextConfig} */ | |
const nextConfig = { | |
output: 'export', | |
distDir: 'dist' | |
}; | |
export default nextConfig; | |
/** @type {import('next').NextConfig} */ | |
const nextConfig = { | |
output: 'export', | |
distDir: 'dist' | |
}; | |
export default nextConfig; | |