/** * @type {import('next').NextConfig} */ const nextConfig = { output: 'export', reactStrictMode: true, images: { unoptimized: true, }, assetPrefix: "https://pages.fostin.de/sinusfox/Operations-Research-Tool/", }; export default nextConfig;