Skip to content

Commit 19a07ba

Browse files
committed
fix: website build
1 parent 96be35b commit 19a07ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/.vitepress/theme/SnapfillDemo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ onMounted(async () => {
9393
cartDetectorScript,
9494
valueCaptureScript,
9595
buildFillScript,
96-
} = await import('@snapfill/core');
96+
} = await import('@snap-fill/core/injectable');
9797
9898
// Execute detection scripts in global scope
9999
(0, eval)(formDetectorScript);

0 commit comments

Comments
 (0)