From 4d1e391a3d75b9828c218f43714d4c034ba86f80 Mon Sep 17 00:00:00 2001 From: Valentin Ceaprazaru <6508597+valentinceaprazaru@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:56:51 +0200 Subject: [PATCH] Writing evaluation form - Showing content --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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