We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ea238 commit 417698eCopy full SHA for 417698e
1 file changed
src/components/LandingHome.tsx
@@ -58,7 +58,7 @@ export function LandingHome() {
58
useEffect(() => {
59
resetSlices();
60
if (initStore.startsWith('local:')) {
61
- const path = initStore.replace('local:npm', '');
+ const path = initStore.replace('local:', '');
62
if (!NETCDF_EXT_REGEX.test(path)) return; // TODO: handled zarr
63
const filename = path.split('/').pop() ?? 'file.nc';
64
fetch(`/file?path=${encodeURIComponent(path)}`)
0 commit comments