We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ba0ca commit 0aa8c0eCopy full SHA for 0aa8c0e
1 file changed
src/layouts/Layout.astro
@@ -143,6 +143,7 @@ document.addEventListener('DOMContentLoaded', () => {
143
144
e.preventDefault();
145
e.stopPropagation();
146
+ anchor.href = "";
147
148
const message = 'External links are disabled in standalone mode. Please visit the website to access external content.';
149
0 commit comments