Skip to content

Commit

Permalink
chore(): workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matteolc committed Sep 29, 2023
1 parent 1081b33 commit 8f7dcf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
output: "export"
}

module.exports = nextConfig
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"export": "next export"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
Expand Down

0 comments on commit 8f7dcf8

Please sign in to comment.