File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616 "type" : " git" ,
1717 "url" : " https://github.com/skyt-a/svelte-google-maps-api.git"
1818 },
19- "homepage" : " https://skyt-a.github.io/svelte-google-maps-api-docs /" ,
19+ "homepage" : " https://skyt-a.github.io/svelte-google-maps-api/" ,
2020 "exports" : {
2121 "." : {
2222 "types" : " ./dist/index.d.ts" ,
23- "svelte" : " ./dist/index.js"
23+ "svelte" : " ./dist/index.js" ,
24+ "import" : " ./dist/index.js"
2425 },
2526 "./APIProvider.svelte" : {
2627 "types" : " ./dist/APIProvider.svelte.d.ts" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { sveltepress } from '@sveltepress/vite';
33import { defaultTheme } from '@sveltepress/theme-default' ;
44
55export default defineConfig ( {
6- base : '/svelte-google-maps-api-docs /' ,
6+ base : '/svelte-google-maps-api/' ,
77 plugins : [
88 sveltepress ( {
99 theme : defaultTheme ( {
You can’t perform that action at this time.
0 commit comments