Skip to content

Commit b0dbd90

Browse files
committed
more slashes
1 parent c76e3a7 commit b0dbd90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/includes/_layout/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ script.
5454
});
5555

5656
function isNoMobilePage() {
57-
return window.location.pathname === '/no-mobile.html';
57+
return window.location.pathname === './no-mobile.html';
5858
}
5959

6060
function checkScreenSize() {

0 commit comments

Comments
 (0)