diff --git a/bs-config.js b/bs-config.js index 683849d..924df6d 100644 --- a/bs-config.js +++ b/bs-config.js @@ -14,6 +14,7 @@ const domain = 'saudade.test' const homedir = require('os').homedir() +const certdir = homedir + '/Library/Application Support/Herd/config/valet/Certificates/' module.exports = { 'ui': { @@ -105,7 +106,7 @@ module.exports = { }, 'injectNotification': false, 'https': { - 'key': homedir + '/.config/valet/Certificates/' + domain + '.key', - 'cert': homedir + '/.config/valet/Certificates/' + domain + '.crt', + 'key': certdir + domain + '.key', + 'cert': certdir + domain + '.crt', }, } diff --git a/supernova/index.html b/supernova/index.html index 860c269..1fb4509 100644 --- a/supernova/index.html +++ b/supernova/index.html @@ -17,7 +17,7 @@
-test +test