We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76e3a7 commit b0dbd90Copy full SHA for b0dbd90
1 file changed
src/includes/_layout/layout.pug
@@ -54,7 +54,7 @@ script.
54
});
55
56
function isNoMobilePage() {
57
- return window.location.pathname === '/no-mobile.html';
+ return window.location.pathname === './no-mobile.html';
58
}
59
60
function checkScreenSize() {
0 commit comments