Files
website/next.config.mjs
Kalidou Diagne c1a6f4d9ac remove base
2024-04-12 12:01:07 +02:00

8 lines
177 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
// basePath: "/landing-page",
output: 'export', // compatible with GitHub Pages
};
export default nextConfig;