Skip to content

Commit 6f39c87

Browse files
committed
Use api.openframe.io server
1 parent d0b7695 commit 6f39c87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/topbar/TopbarComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class TopbarComponent extends React.Component {
8989
{
9090
!user && !isFetching
9191
? (
92-
<a className="topbar__tab topbar__tab--link pull-right" onClick={::this._gotoInfoLanding} href="http://openframe.io" target="_blank">About Openframe</a>
92+
<a className="topbar__tab topbar__tab--link pull-right" onClick={::this._gotoInfoLanding} href="/">About Openframe</a>
9393
)
9494
: null
9595
}

src/config/dist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import baseConfig from './base';
44

55
let config = {
66
appEnv: 'dist', // feel free to remove the appEnv property here
7-
apiBase: 'https://dev.openframe.io/api/',
7+
apiBase: 'https://api.openframe.io/v0/',
88
crossStorageRules: [
99
{
1010
origin: /editor\.thebookofshaders\.com$/,

0 commit comments

Comments
 (0)