diff --git a/next.config.js b/next.config.js index d81fe86..f067ebc 100644 --- a/next.config.js +++ b/next.config.js @@ -3,7 +3,5 @@ module.exports = { eslint: { ignoreDuringBuilds: true, }, - output: 'export', - basePath: '/codebuilder-frontend', // Replace with your GitHub repository name trailingSlash: true, // Ensures compatibility with GitHub Pages }