WIP CI Enable static export
This commit is contained in:
parent
ebc1541001
commit
d5114a80f3
@ -1,5 +1,5 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: "node:18"
|
||||
image: "node:20"
|
||||
commands:
|
||||
- npm run build
|
@ -1,5 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
reactStrictMode: true,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user