Skip to content

Commit 06c4ad4

Browse files
committed
netlify config
1 parent 2b5b7c5 commit 06c4ad4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
command = "next build"
3+
publish = "out"

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3+
output: 'export',
34
reactStrictMode: true,
45
images: {
56
remotePatterns: [

0 commit comments

Comments
 (0)