Skip to content

Commit

Permalink
Update hashrouter path
Browse files Browse the repository at this point in the history
Signed-off-by: Bipul Adhikari <[email protected]>
  • Loading branch information
bipuladh committed Sep 20, 2024
1 parent f51dccf commit 4bc2659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export const Sizer_: React.FC = () => {
};

const IS_BETA = process.env.PUBLIC_PATH === "/sizer.ocs.ninja/beta/";
const BETA_BASE = "https://storage.googleapis.com/sizer.ocs.ninja/beta";
const BETA_BASE = "/sizer.ocs.ninja/beta";

export const Sizer: React.FC = () => (
<Provider store={store}>
Expand Down

0 comments on commit 4bc2659

Please sign in to comment.