Skip to content

Commit 4ac164d

Browse files
committed
fix build error
1 parent ead81e6 commit 4ac164d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
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",

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { sveltepress } from '@sveltepress/vite';
33
import { defaultTheme } from '@sveltepress/theme-default';
44

55
export default defineConfig({
6-
base: '/svelte-google-maps-api-docs/',
6+
base: '/svelte-google-maps-api/',
77
plugins: [
88
sveltepress({
99
theme: defaultTheme({

0 commit comments

Comments
 (0)