Skip to content

Commit

Permalink
Update to vite.config.ts for gh-pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ronitjadhav authored Jun 6, 2024
1 parent e405e69 commit 58a94af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/examples/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import vue from '@vitejs/plugin-vue';
export default defineConfig({
plugins: [
vue(),
base: "/geospatial-sdk"
],
resolve: {
alias: {
Expand All @@ -19,4 +18,5 @@ export default defineConfig({
include: ['@geospatial-sdk/geocoding', '@geospatial-sdk/openlayers'],
exclude: []
}
base: "/geospatial-sdk"
});

0 comments on commit 58a94af

Please sign in to comment.