Skip to content

Commit fb9c80a

Browse files
Merge pull request #56 from danielkellyio/npm-audit-2
run npm audit and update some dependencies
2 parents 7958f50 + 6dc5c86 commit fb9c80a

4 files changed

Lines changed: 3179 additions & 2909 deletions

File tree

config/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const build = {
1111
}
1212
}
1313
if (process.env.NODE_ENV === 'production') {
14-
build.analyze = true
14+
// build.analyze = true
1515
build.postcss = {
1616
preset: {
1717
features: {

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import css from './config/css'
88
import { routeMap, otherRoutes } from './config/generate'
99

1010
export default {
11-
mode: 'universal',
11+
target: 'static',
1212
/*
1313
** Customize the progress-bar color
1414
*/

0 commit comments

Comments
 (0)