🎨 Site > Improve URL

This commit is contained in:
brunosimon
2017-08-30 23:06:14 +02:00
parent 9d450fc0a1
commit 823f8fd2d8
9 changed files with 25 additions and 99 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ class App
}
// Open in browser
const url = this.config.domain + '/' + project.slug
const url = this.config.domain
console.log('app'.green.bold + ' - ' + url.yellow)
if(this.config.open)