Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetari committed Sep 30, 2024
1 parent 79cfda2 commit 76931b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Sample workflow for building and deploying a VitePress site to GitHub Pages
name: Deploy VitePress site to Pages

on:
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
description: 'Unstyled UI components to build powerful code blocks in Vue3',
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: 'vuejs-code-block/images/logo.svg',
logo: '/images/logo.svg',
nav: [
{
text: 'Home',
Expand All @@ -33,7 +33,7 @@ export default defineConfig({
socialLinks: [
{
icon: 'github',
link: 'https://hetari/'
link: 'https://github.com/hetari/vuejs-code-block'
},
{
icon: 'x',
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hero:
text: "Unstyled UI components to build powerful code blocks in Vue3"
tagline: Share it smoothly
image:
src: vuejs-code-block/images/logo.png
src: /images/logo.png
alt: Vuejs Code Block Logo
actions:
- theme: brand
Expand Down

0 comments on commit 76931b5

Please sign in to comment.