We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afab136 commit ab0e0a9Copy full SHA for ab0e0a9
1 file changed
site/nuxt.config.example.js
@@ -1,7 +1,10 @@
1
export default {
2
server: {
3
port: 3000,
4
- host: '0.0.0.0'
+ host: '0.0.0.0',
5
+ timing: {
6
+ total: true
7
+ }
8
},
9
mode: 'universal',
10
/*
0 commit comments