Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 287f08e

Browse files
author
Stanislav Pelak
committed
Build
1 parent f4e46c8 commit 287f08e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
HTTP_BASIC_AUTH: ${{ secrets.HTTP_BASIC_AUTH }}
8080
- name: Static HTML export with Next.js
81-
run: ${{ steps.detect-package-manager.outputs.runner }} next export
81+
run: ${{ steps.detect-package-manager.outputs.runner }} next build
8282
- name: Upload artifact
8383
uses: actions/upload-pages-artifact@v3
8484
with:

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
const path = require('path'); // eslint-disable-line @typescript-eslint/no-var-requires
44

55
const nextConfig = {
6+
output: 'export',
67
reactStrictMode: true,
78
compiler: {
89
// Enables the styled-components SWC transform

0 commit comments

Comments
 (0)