Skip to content

Commit

Permalink
fix(404): do not include target, as it is redundant with URL
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Apr 24, 2024
1 parent 8fc9e9b commit c18ef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
btnContainer.append(backBtn);
}
}
sampleRUM('404', { source: document.referrer, target: window.location.href });
sampleRUM('404', { source: document.referrer });
});
</script>
<link rel="stylesheet" href="/styles/styles.css">
Expand Down

0 comments on commit c18ef3e

Please sign in to comment.