Merge pull request #3999 from LeKeve/lighthouse-trailing-slash
fix(lighthouse plugin): Remove trailing slash from lighthouse audit urls
This commit is contained in:
@@ -79,7 +79,7 @@ export const CreateAuditContent = () => {
|
||||
// TODO use the id from the response to redirect to the audit page for that id when
|
||||
// FAILED and RUNNING audits are supported
|
||||
await lighthouseApi.triggerAudit({
|
||||
url,
|
||||
url: url.replace(/\/$/, ''),
|
||||
options: {
|
||||
lighthouseConfig: {
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user