Skip to content

Commit

Permalink
Use USD as default
Browse files Browse the repository at this point in the history
  • Loading branch information
timuric committed Dec 18, 2023
1 parent 6eb10b4 commit 86c88b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[channel]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const generateStaticParams = async () => {
.map((channel) => ({ channel: channel.slug })) ?? []
);
} else {
return [{ channel: "default-channel" }];
return [{ channel: "usd" }];
}
};

Expand Down

0 comments on commit 86c88b9

Please sign in to comment.