Skip to content

Commit

Permalink
fix: vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Jan 16, 2023
1 parent bc7ed79 commit 8218c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ export default defineNuxtConfig({
colorMode: {
classSuffix: '',
},
nitro: {
preset: 'vercel',
},
})
1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
},
"lint-staged": {
"**/*.{js,ts,vue,html}": [
"yarn lint:fix"
]
}
}

0 comments on commit 8218c13

Please sign in to comment.