Skip to content

Commit

Permalink
change aragon-ui publicURI to ./aragon-ui/
Browse files Browse the repository at this point in the history
  • Loading branch information
mikec committed May 10, 2019
1 parent a5493ef commit bebbf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const App = () => (
<div>
<AppHeaderContainer />

<AppInner publicUrl="/aragon-ui/">
<AppInner publicUrl="./aragon-ui/">
<Route path="/" exact component={Home} />
<Route path="/positions" exact component={Positions} />
<Route path="/decision/:decisionId" component={DecisionDetail} />
Expand Down

0 comments on commit bebbf21

Please sign in to comment.