import type { NextConfig } from 'next'; const nextConfig: NextConfig = { /* config options here */ devIndicators: false, output: 'export', // basePath: '/Development/ScanEffect', // distDir: 'Development/ScanEffect', trailingSlash: true, }; export default nextConfig;