nexy7574.co.uk-b/next.config.mjs

4 lines
188 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {output: "export", basePath: process.env.NEXT_PUBLIC_BASE_PATH || "", images: {unoptimized: true}};
export default nextConfig;