From b43ce40e3f4c757c1337ec9d685afd4402abd283 Mon Sep 17 00:00:00 2001 From: digitalnomad91 Date: Thu, 19 Dec 2024 21:40:44 -0600 Subject: [PATCH] Fixed error. --- .github/workflows/nextjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index e14635b..860c461 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -39,7 +39,7 @@ jobs: - name: Configure Next.js for GitHub Pages run: | - echo 'module.exports = { output: "export", basePath: "/codebuilder-frontend, trailingSlash: true }' > next.config.js + echo 'module.exports = { output: "export", basePath: "/codebuilder-frontend", trailingSlash: true }' > next.config.js cat next.config.js - name: Build Next.js site