Skip to content

Commit

Permalink
Do not backfill the slug #3899
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jul 6, 2023
1 parent a08a527 commit 0c74357
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/core/resultsStorage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ export function resultsStorage(input, timestamp, options) {
storageBasePath = resolve('sitespeed-result', ...resultsSubFolders);
}

// backfill the slug
options.slug = options.slug || getDomainOrFileName(input).replace(/\./g, '_');

storagePathPrefix = join(...resultsSubFolders);

if (resultBaseURL) {
Expand Down

0 comments on commit 0c74357

Please sign in to comment.