Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Oct 21, 2024
1 parent 517192a commit 3b6a1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export const prefDefault: Readonly<IPreferences> = {
"browser",

urlBasename:
process.env.REACT_APP_URL_BASENAME ??
condaStoreConfig.REACT_APP_URL_BASENAME ??
process.env.REACT_APP_URL_BASENAME ??
"/"
};

Expand Down

0 comments on commit 3b6a1d7

Please sign in to comment.