Fixed path.
This commit is contained in:
parent
9c06a5519b
commit
cf0ce79569
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@
|
||||||
runIfPathStartsWith('/home', MakaiDevHome);
|
runIfPathStartsWith('/home', MakaiDevHome);
|
||||||
|
|
||||||
runIfPathStartsWith('/home', MakaiDevIndex, 10);
|
runIfPathStartsWith('/home', MakaiDevIndex, 10);
|
||||||
runIfPathStartsWith('/np', MakaiDevIndex, 10);
|
runIfPathStartsWith('/now-listening', MakaiDevIndex, 10);
|
||||||
if(location.pathname === '/') MakaiDevIndex();
|
if(location.pathname === '/') MakaiDevIndex();
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue