diff --git a/.woodpecker.yml b/.woodpecker.yml index f9f8d33..5aeb55e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,5 @@ pipeline: build: - image: "node:18" + image: "node:20" commands: - npm run build \ No newline at end of file diff --git a/next.config.js b/next.config.js index a843cbe..42c10fd 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'export', reactStrictMode: true, }