remove base

This commit is contained in:
Kalidou Diagne
2024-04-12 12:01:07 +02:00
parent 51adba6821
commit c1a6f4d9ac

View File

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