Skip to content

Commit fd72297

Browse files
committed
Update path for logo
1 parent 977fe9b commit fd72297

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {defineConfig} from 'vitepress'
33
export default defineConfig({
44
title: "C3Build",
55
head: [
6-
["link", { rel: "icon", href: "../logo.png" }],
6+
["link", { rel: "icon", href: "/logo.png" }],
77
],
88
themeConfig: {
99
nav: [
@@ -14,7 +14,7 @@ export default defineConfig({
1414
{icon: 'github', link: 'https://github.com/c3build'}
1515
],
1616
logo: {
17-
src: "../logo.png"
17+
src: "/logo.png"
1818
},
1919
},
2020
markdown: {

index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ hero:
55
name: "C3Build"
66
text: "A minimal cmake-like buildscript for C3"
77
image:
8-
src: ./logo.png
8+
src: /logo.png
99
actions:
1010
- theme: brand
1111
text: Get C3Build
12-
link: ""
1312
- theme: brand
1413
text: Get C3
1514
link: "https://c3-lang.org"

0 commit comments

Comments
 (0)