Skip to content

Commit

Permalink
fix(docs): update baseUrl for Vite
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed May 9, 2023
1 parent 8bd6606 commit 10b161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'vite';

export default defineConfig({
base: '/mapbox-gl-interpolate-heatmap/',
base: '/maplibre-gl-interpolate-heatmap/',
});

0 comments on commit 10b161f

Please sign in to comment.