Skip to content

Commit 0e1b3a2

Browse files
committed
update static assets
1 parent be54357 commit 0e1b3a2

File tree

9 files changed

+7
-6
lines changed

9 files changed

+7
-6
lines changed

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-light.svg" class="light-img" />
20-
<img src="/vue-final-modal/preview-dark.svg" class="dark-img" />
19+
<img src="/vue-final-modal/preview.png" class="light-img" />
20+
<img src="/vue-final-modal/preview-dark.png" class="dark-img" />
2121

2222

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

docs/content/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Vue Final Modal",
3-
"url": "https://hunterliu1003.github.io/vue-final-modal/",
3+
"url": "https://hunterliu1003.github.io/vue-final-modal",
44
"logo": {
55
"light": "/vue-final-modal/logo-light.svg",
66
"dark": "/vue-final-modal/logo-dark.svg"

docs/nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const env = {
99

1010
export default theme({
1111
router: {
12-
base: '/vue-final-modal/'
12+
base: '/vue-final-modal'
1313
},
1414
env,
1515
generate: {

docs/static/logo-dark.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)