Skip to content

Commit

Permalink
build: setup next config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 27, 2023
1 parent 72abf86 commit a3db61c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/app/next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export'
}

module.exports = nextConfig
1 change: 0 additions & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"clean": "rm -rf node_modules",
"create-preset": "node scripts/create-preset.js",
"dev": "NODE_ENV=development next -p 3001",
"export": "next export",
"generate-previews": "DEBUG=microlink-cards* node scripts/generate-previews.js",
"lint": "next lint",
"postbuild": "NODE_ENV=production next-sitemap",
Expand Down

0 comments on commit a3db61c

Please sign in to comment.