Skip to content

Commit

Permalink
Proper build
Browse files Browse the repository at this point in the history
  • Loading branch information
Forsyth-Creations committed Dec 13, 2024
1 parent 30142b6 commit 592c05d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
run: cd web && npm install
- name: Build with Next.js
run: cd web && npm run build
- name: Static HTML export with Next.js
run: cd web && npm run export
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
4 changes: 3 additions & 1 deletion web/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: 'export',
};

export default nextConfig;

0 comments on commit 592c05d

Please sign in to comment.