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 ad6066c commit e435c64Copy full SHA for e435c64
src/layouts/Layout.astro
@@ -35,7 +35,7 @@ const makeTitle = title ? title + " | " + "Textstat" : "Textstat";
35
36
clicky.inject = function (src, type) {
37
if (src.startsWith("/b6bbbd0c429")) {
38
- return proxied(`https://clicky.textstat.org/${src}`, type);
+ return proxied(`https://clicky.textstat.org${src}`, type);
39
}
40
41
return proxied(src, type);
0 commit comments