Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a55c767

Browse filesBrowse files
committed
fix images path
1 parent 76931b5 commit a55c767
Copy full SHA for a55c767

File tree

Expand file treeCollapse file tree

4 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+2
-2
lines changed

‎docs/.vitepress/config.ts

Copy file name to clipboardExpand all lines: docs/.vitepress/config.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
description: 'Unstyled UI components to build powerful code blocks in Vue3',
99
themeConfig: {
1010
// https://vitepress.dev/reference/default-theme-config
11-
logo: '/images/logo.svg',
11+
logo: '/logo.svg',
1212
nav: [
1313
{
1414
text: 'Home',

‎docs/index.md

Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hero:
77
text: "Unstyled UI components to build powerful code blocks in Vue3"
88
tagline: Share it smoothly
99
image:
10-
src: /images/logo.png
10+
src: /logo.png
1111
alt: Vuejs Code Block Logo
1212
actions:
1313
- theme: brand
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.