Skip to content

Commit

Permalink
feat: move demo url to subdomain (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBuhler committed Jan 14, 2025
1 parent 44e4188 commit dcef41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function App() {
<Route path="/" element={<Home />} />
<Route path="/devlogs" element={<Devlogs />} />
<Route path="/rundemo" element={<div className="App-demo">
<a className="App-button" href="/demo" target="_blank" rel="noopener noreferrer">Run Demo</a>
<a className="App-button" href="http://demo.econosim.org/" target="_blank" rel="noopener noreferrer">Run Demo</a>
</div>} />
</Routes>
</main>
Expand Down

0 comments on commit dcef41d

Please sign in to comment.