Skip to content

Commit 3f4ef33

Browse files
committed
udpate path
1 parent 8f33ee0 commit 3f4ef33

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vue Final Modal
22

3-
<p align="center"><a href="https://hunterliu1003.github.io/vue-final-modal/" target="_blank" rel="noopener noreferrer"><img src="https://hunterliu1003.github.io/vue-final-modal/preview.png" alt="Vue Final Modal Logo"></a></p>
3+
<p align="center"><a href="https://vue-final-modal.org" target="_blank" rel="noopener noreferrer"><img src="https://vue-final-modal.org/preview.png" alt="Vue Final Modal Logo"></a></p>
44

55
<p align="center">
66
<a href="https://npmcharts.com/compare/vue-final-modal?minimal=true"><img src="https://img.shields.io/npm/dm/vue-final-modal.svg?sanitize=true" alt="Downloads"></a>
@@ -15,9 +15,9 @@
1515
</a>
1616
</p>
1717

18-
### 🎉 [Documentation](https://hunterliu1003.github.io/vue-final-modal/)
18+
### 🎉 [Documentation](https://vue-final-modal.org)
1919

20-
### 🙌 [Examples](https://hunterliu1003.github.io/vue-final-modal/examples)
20+
### 🙌 [Examples](https://vue-final-modal.org/examples)
2121

2222
## Introduction
2323

docs/content/en/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ features:
1616
- Tiny bundle size
1717
---
1818

19-
<img src="/vue-final-modal/preview.png" class="light-img" alt="Vue Final Modal Logo" />
20-
<img src="/vue-final-modal/preview-dark.png" class="dark-img" alt="Vue Final Modal Logo" />
19+
<img src="/preview.png" class="light-img" alt="Vue Final Modal Logo" />
20+
<img src="/preview-dark.png" class="dark-img" alt="Vue Final Modal Logo" />
2121

2222

2323
<p class="flex space-x-4">

docs/content/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"title": "Vue Final Modal",
3-
"url": "https://hunterliu1003.github.io/vue-final-modal",
3+
"url": "https://vue-final-modal.org",
44
"logo": {
5-
"light": "/vue-final-modal/logo-light.svg",
6-
"dark": "/vue-final-modal/logo-dark.svg"
5+
"light": "/logo-light.svg",
6+
"dark": "/logo-dark.svg"
77
},
88
"defaultBranch": "master",
99
"github": "hunterliu1003/vue-final-modal",

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"bugs": {
4444
"url": "https://github.com/hunterliu1003/vue-final-modal/issues"
4545
},
46-
"homepage": "https://hunterliu1003.github.io/vue-final-modal",
46+
"homepage": "https://vue-final-modal.org",
4747
"keywords": [
4848
"vue",
4949
"nuxt",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"bugs": {
6262
"url": "https://github.com/hunterliu1003/vue-final-modal/issues"
6363
},
64-
"homepage": "https://hunterliu1003.github.io/vue-final-modal",
64+
"homepage": "https://vue-final-modal.org",
6565
"keywords": [
6666
"vue",
6767
"nuxt",

0 commit comments

Comments
 (0)