Skip to content

Commit a649812

Browse files
authored
Update nuxt.config.js
Nuxtjs 在部署时候禁止交互式的提醒
1 parent a7f26ab commit a649812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-framework/nodejs/nuxt/src/code/nuxt.config.js

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

22
export default {
3+
telemetry: false,
34
mode: 'universal',
45
/*
56
** Headers of the page

0 commit comments

Comments
 (0)