WIP CI Enable static export

This commit is contained in:
Przemek Grondek 2023-09-13 23:59:43 +02:00
parent ebc1541001
commit d5114a80f3
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
pipeline: pipeline:
build: build:
image: "node:18" image: "node:20"
commands: commands:
- npm run build - npm run build

View File

@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
output: 'export',
reactStrictMode: true, reactStrictMode: true,
} }