Skip to content

Commit c7f681f

Browse files
committed
fix: url
1 parent 961b4c7 commit c7f681f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import tsconfigPaths from "vite-tsconfig-paths";
66

77
// https://vite.dev/config/
88
export default defineConfig({
9-
base: "/stac-geoparquet-viewer/",
9+
base: "/stac-map/",
1010
plugins: [react(), tsconfigPaths(), wasm(), topLevelAwait()],
1111
});

0 commit comments

Comments
 (0)