We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041b33e commit 0e693fcCopy full SHA for 0e693fc
src/plugins/disqus.js
@@ -1,5 +1,5 @@
1
const fixedPath = location.href.replace('/-/', '/#/')
2
-if (fixedPath != location.href) {
+if (fixedPath !== location.href) {
3
location.href = fixedPath
4
}
5
0 commit comments