Fix the result URL using Slack (#3254)
https://github.com/sitespeedio/sitespeed.io/issues/3244
This commit is contained in:
parent
ca8cb6f0f9
commit
e660fdba28
|
|
@ -149,7 +149,8 @@ module.exports = function(
|
|||
|
||||
if (resultUrls.hasBaseUrl()) {
|
||||
text += ` (<${resultUrls.absoluteSummaryPagePath(
|
||||
url
|
||||
url,
|
||||
alias[url]
|
||||
)}index.html |result>)`;
|
||||
}
|
||||
const attachement = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue