diff --git a/.gitignore b/.gitignore index 7c8ed23..3ff8e79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ node_modules/ .next/ -out/ +/out diff --git a/package.json b/package.json index d2d9fcb..17e7ff1 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", + "build:deploy": "next build && next export", "start": "next start", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.mdx ." },