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 16
16
"type" : " git" ,
17
17
"url" : " https://github.com/skyt-a/svelte-google-maps-api.git"
18
18
},
19
- "homepage" : " https://skyt-a.github.io/svelte-google-maps-api-docs /" ,
19
+ "homepage" : " https://skyt-a.github.io/svelte-google-maps-api/" ,
20
20
"exports" : {
21
21
"." : {
22
22
"types" : " ./dist/index.d.ts" ,
23
- "svelte" : " ./dist/index.js"
23
+ "svelte" : " ./dist/index.js" ,
24
+ "import" : " ./dist/index.js"
24
25
},
25
26
"./APIProvider.svelte" : {
26
27
"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';
3
3
import { defaultTheme } from '@sveltepress/theme-default' ;
4
4
5
5
export default defineConfig ( {
6
- base : '/svelte-google-maps-api-docs /' ,
6
+ base : '/svelte-google-maps-api/' ,
7
7
plugins : [
8
8
sveltepress ( {
9
9
theme : defaultTheme ( {
You can’t perform that action at this time.
0 commit comments