Skip to content

Commit d91f18d

Browse files
committed
fix: build
1 parent c50ac31 commit d91f18d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/theme/components/VPHeroImageLogo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const refs = [
9393
refs.forEach((ref, index) => {
9494
const key = isLessThanMd.value ? 'mobile' : isLessThanLg.value ? 'tablet' : 'desktop'
9595
96-
const { variant } = useMotion(ref.ref, {
96+
const { variant } = useMotion(ref.ref.value, {
9797
initial: {
9898
scale: 1,
9999
y: ref[key].initial.y,

packages/vitepress-plugin-git-changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"./client/composables/changelog": {
5959
"types": "./dist/client/composables/changelog.d.ts",
6060
"import": "./dist/client/composables/changelog.mjs",
61-
"require": "./dist/client/composables/changelog.cjs"
61+
"require": "./dist/client/composables/changelog.js"
6262
}
6363
},
6464
"main": "./dist/vite/index.cjs",

0 commit comments

Comments
 (0)