Skip to content

Commit

Permalink
Minor changes to index and router
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 9014233 commit fb764eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions index-beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<base
href="https://storage.googleapis.com/sizer.ocs.ninja/beta/index.html"
/>
<base href="https://storage.googleapis.com/sizer.ocs.ninja/beta/" />
<title>ODF Sizer</title>
</head>
<body>
Expand Down
3 changes: 1 addition & 2 deletions src/components/sizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,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/index.html";
const BETA_BASE = "https://storage.googleapis.com/sizer.ocs.ninja/beta";

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

0 comments on commit fb764eb

Please sign in to comment.