Skip to content

Commit 1bf85c0

Browse files
authored
Fix default path for notebooks (#94)
Variable was named incorrectly
1 parent 5722b5b commit 1bf85c0

File tree

1 file changed

+1
-1
lines changed
  • packages/code-studio

1 file changed

+1
-1
lines changed

packages/code-studio/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ REACT_APP_ROUTER_BASE_NAME=/ide/
77
REACT_APP_VERSION=$npm_package_version
88
REACT_APP_NAME=$npm_package_name
99
REACT_APP_PLUGIN_URL=/ide/plugins/
10-
REACT_APP_NOTEBOOLS_URL=/notebooks
10+
REACT_APP_NOTEBOOKS_URL=/notebooks
1111
REACT_APP_INTERNAL_PLUGINS=
1212
REACT_APP_ENABLE_LOG_PROXY=true
1313
REACT_APP_SUPPORT_LINK=https://github.com/deephaven/web-client-ui/

0 commit comments

Comments
 (0)