We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961b4c7 commit c7f681fCopy full SHA for c7f681f
vite.config.ts
@@ -6,6 +6,6 @@ import tsconfigPaths from "vite-tsconfig-paths";
6
7
// https://vite.dev/config/
8
export default defineConfig({
9
- base: "/stac-geoparquet-viewer/",
+ base: "/stac-map/",
10
plugins: [react(), tsconfigPaths(), wasm(), topLevelAwait()],
11
});
0 commit comments