diff --git a/next.config.js b/next.config.js index 539e480..9785e4d 100644 --- a/next.config.js +++ b/next.config.js @@ -6,8 +6,8 @@ const nextConfig = { /** * Added for GitHub Pages deployment. */ - // basePath: "/react-learndash", - // output: "export", + basePath: "/react-learndash", + output: "export", } module.exports = nextConfig