Skip to content

Commit

Permalink
export out
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhymlore committed Oct 19, 2023
1 parent b8ca670 commit 2951727
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 715 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
working-directory: ./
run: ${{ steps.detect-package-manager.outputs.runner }} npm run build
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
12 changes: 8 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}

module.exports = nextConfig
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export',
}

module.exports = nextConfig
Loading

0 comments on commit 2951727

Please sign in to comment.