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", };