Skip to content

Commit e435c64

Browse files
committed
remove erroneous slash
1 parent ad6066c commit e435c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const makeTitle = title ? title + " | " + "Textstat" : "Textstat";
3535

3636
clicky.inject = function (src, type) {
3737
if (src.startsWith("/b6bbbd0c429")) {
38-
return proxied(`https://clicky.textstat.org/${src}`, type);
38+
return proxied(`https://clicky.textstat.org${src}`, type);
3939
}
4040

4141
return proxied(src, type);

0 commit comments

Comments
 (0)