Skip to content

Commit c0da619

Browse files
Disqus hotfix on linux
1 parent 4f2f0ab commit c0da619

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/components/disqus.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
1313
(function(){ // DON'T EDIT BELOW THIS LINE
1414
var d = document, s = d.createElement('script');
15-
s.src = '{{env("app_disqus")}}';
15+
s.src = '{{env("APP_DISQUS")}}';
1616
s.setAttribute('data-timestamp', +new Date());
1717
(d.head || d.body).appendChild(s);
1818
})();
1919
</script>
20+
<script id="dsq-count-scr" src="//codeiter.disqus.com/count.js" async></script>
2021
@endpush

0 commit comments

Comments
 (0)