Fixed path.

This commit is contained in:
flash 2024-04-24 13:06:02 +00:00
parent 9c06a5519b
commit cf0ce79569

View file

@ -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();
})(); })();