Skip to content

Commit

Permalink
#1 leaving out the https part, not needed on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ackzell committed Apr 20, 2020
1 parent 096717c commit 21b5c0f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import path from 'path'
import fs from 'fs'
// import path from 'path'
// import fs from 'fs'
import colors from 'vuetify/es5/util/colors'

export default {
server: {
https: {
key: fs.readFileSync(path.resolve(__dirname, 'server.key')),
cert: fs.readFileSync(path.resolve(__dirname, 'server.crt'))
}
},
// server: {
// https: {
// key: fs.readFileSync(path.resolve(__dirname, 'server.key')),
// cert: fs.readFileSync(path.resolve(__dirname, 'server.crt'))
// }
// },
mode: 'spa',
/*
** Headers of the page
Expand Down

0 comments on commit 21b5c0f

Please sign in to comment.