Skip to content

Commit 0de4224

Browse files
committed
fix : 해결안되어 다시 업데이트
1 parent 404f867 commit 0de4224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
const url = window.location.href;
2020
// url이 home url 이면 동작하게 만듬
2121
console.log(url.split('/'));
22-
if (url.split('/').length === 4) {
22+
if (url.split('/')[3] === '') {
2323
doYouWannaBuildaSnowMan();
2424
}
2525
}

0 commit comments

Comments
 (0)