We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b7695 commit 6f39c87Copy full SHA for 6f39c87
2 files changed
src/components/topbar/TopbarComponent.js
@@ -89,7 +89,7 @@ class TopbarComponent extends React.Component {
89
{
90
!user && !isFetching
91
? (
92
- <a className="topbar__tab topbar__tab--link pull-right" onClick={::this._gotoInfoLanding} href="http://openframe.io" target="_blank">About Openframe</a>
+ <a className="topbar__tab topbar__tab--link pull-right" onClick={::this._gotoInfoLanding} href="/">About Openframe</a>
93
)
94
: null
95
}
src/config/dist.js
@@ -4,7 +4,7 @@ import baseConfig from './base';
4
5
let config = {
6
appEnv: 'dist', // feel free to remove the appEnv property here
7
- apiBase: 'https://dev.openframe.io/api/',
+ apiBase: 'https://api.openframe.io/v0/',
8
crossStorageRules: [
9
10
origin: /editor\.thebookofshaders\.com$/,
0 commit comments