Skip to content

Commit

Permalink
docs: add comment with host and port config for deployment (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-richter authored Jan 14, 2021
1 parent f213508 commit 782858b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions template/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ export default {
'/api': '~/api'
},

/*
** For deployment you might want to edit host and port
*/
// server: {
// port: 8000, // default: 3000
// host: '0.0.0.0' // default: localhost
// },

/*
** Build configuration
** See https://nuxtjs.org/api/configuration-build/
Expand Down

0 comments on commit 782858b

Please sign in to comment.