Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
fucksophie committed May 31, 2023
1 parent 34edaba commit 7574433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function Index() {
// @ts-expect-error
window.location.pathname = window.webos
? window.location.pathname.replace("index.html", "songs.html")
: "/songs.html";
: "/songs";
}

return (
Expand Down

0 comments on commit 7574433

Please sign in to comment.