Skip to content

Commit f737b59

Browse files
committed
update: remove url
1 parent ae0d7a2 commit f737b59

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dist/components/include/jupyterlite/BaseJupyterLiteComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class BaseJupyterLiteSessionComponent extends React.Component {
7171
}
7272
}
7373
render() {
74-
return (_jsx(JupyterLiteSession, { originURL: "https://deploy-preview-54--mat3ra-jupyterlite.netlify.app", defaultNotebookPath: this.DEFAULT_NOTEBOOK_PATH, messageHandlerConfigs: this.messageHandlerConfigs, ref: this.jupyterLiteSessionRef }));
74+
return (_jsx(JupyterLiteSession, { defaultNotebookPath: this.DEFAULT_NOTEBOOK_PATH, messageHandlerConfigs: this.messageHandlerConfigs, ref: this.jupyterLiteSessionRef }));
7575
}
7676
}
7777
export default BaseJupyterLiteSessionComponent;

src/components/include/jupyterlite/BaseJupyterLiteComponent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ class BaseJupyterLiteSessionComponent<P = never, S = never> extends React.Compon
9797
render() {
9898
return (
9999
<JupyterLiteSession
100-
originURL="https://deploy-preview-54--mat3ra-jupyterlite.netlify.app"
101100
defaultNotebookPath={this.DEFAULT_NOTEBOOK_PATH}
102101
messageHandlerConfigs={this.messageHandlerConfigs}
103102
ref={this.jupyterLiteSessionRef}

0 commit comments

Comments
 (0)