Skip to content

Commit

Permalink
fix: remove duplicate info
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Trieloff <lars@trieloff.net>
  • Loading branch information
kptdobe and trieloff authored Jun 26, 2024
1 parent 6d99a2c commit 23da3fc
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 23da3fc

Please sign in to comment.