Skip to content

Commit 2d1f57e

Browse files
authored
ci(netlify): fix deployment (#61)
* chore: update lockfile version * chore: fix Nuxt at v2 * ci(nuxt.config.js): set nuxt build target to static * ci(nvmrc): fix node version to 14 * chore: update nuxt-related packages
1 parent 762f84d commit 2d1f57e

File tree

4 files changed

+2392
-1065
lines changed

4 files changed

+2392
-1065
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v14

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import colors from 'vuetify/es5/util/colors'
22

33
export default {
4-
mode: 'universal',
4+
target: 'static',
55
/*
66
** PWA settings
77
*/

0 commit comments

Comments
 (0)