Skip to content

Commit 3160143

Browse files
authored
Merge pull request #8 from healerlab/features/docs
fix: deploy
2 parents c2bc3a9 + 1ab68d1 commit 3160143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5-
base: '/vue3-simple-otp-input/',
5+
base: '/',
66
lang: "en-US",
77
lastUpdated: true,
88
cleanUrls: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@healerlab/vue3-simple-otp-input",
33
"private": false,
4-
"version": "0.0.5",
4+
"version": "0.0.8",
55
"description": "Powerful, lightweight, and reusable OTP input component for Vue 3",
66
"main": "./dist/h-otp-input.umd.cjs",
77
"module": "./dist/h-otp-input.js",

0 commit comments

Comments
 (0)