Fix the result URL using Slack (#3254)

https://github.com/sitespeedio/sitespeed.io/issues/3244
This commit is contained in:
Peter Hedenskog 2021-01-14 08:34:27 +01:00 committed by GitHub
parent ca8cb6f0f9
commit e660fdba28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,8 @@ module.exports = function(
if (resultUrls.hasBaseUrl()) {
text += ` (<${resultUrls.absoluteSummaryPagePath(
url
url,
alias[url]
)}index.html |result>)`;
}
const attachement = {