From 4dbe50ae75b279da5bed648fae914eedffa0052e Mon Sep 17 00:00:00 2001 From: PRIYADARSAN S Date: Fri, 19 Jul 2024 02:46:49 +0530 Subject: [PATCH] flow updated --- .github/workflows/deploy.yml | 2 +- next.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 09cfcf3..0eacb58 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -67,7 +67,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: ./hawkjs-dist + path: ./dist # Deployment job deploy: diff --git a/next.config.js b/next.config.js index 941ecca..40414ee 100644 --- a/next.config.js +++ b/next.config.js @@ -11,4 +11,5 @@ module.exports = { }, basePath: "", output: "export", + distDir: "dist", };