Add CI #1

Merged
pgrondek merged 12 commits from ci into main 2023-09-14 20:58:46 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit d5114a80f3 - Show all commits

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,
} }