Skip to content

Commit 6dc5c86

Browse files
author
Daniel Kelly
committed
run npm audit and update some dependencies
1 parent 9bd9cda commit 6dc5c86

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)