We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205e6f4 commit 5799430Copy full SHA for 5799430
js/script.js
@@ -22,7 +22,7 @@ document.addEventListener('DOMContentLoaded', () => {
22
function assetUrl(path) {
23
if (!path) return '';
24
if (/^(https?:)?\//.test(path)) return path; // already absolute or protocol-relative
25
- return `/${String(path).replace(/^\/+/, '')}`;
+ return `${String(path).replace(/^\/+/, '')}`;
26
}
27
28
// Starting the typing effect (for the welcome screen)
0 commit comments