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

5 lines
188 B
JavaScript
Raw Permalink Normal View History

2024-08-31 17:08:39 +01:00
/** @type {import('next').NextConfig} */
const nextConfig = {output: "export", basePath: process.env.NEXT_PUBLIC_BASE_PATH || "", images: {unoptimized: true}};
export default nextConfig;