Skip to content

Commit 9ebf89a

Browse files
committed
hopefully fixed icons
Took 16 minutes
1 parent ffae6f8 commit 9ebf89a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ export default defineConfig({
44
title: "RusherHack Documentation",
55
base: "/documentation",
66
head: [
7-
['link', { rel: 'icon', href: './assets/rh-head_256x256.png' }]
7+
['link', { rel: 'icon', href: 'rh-head_256x256.png' }]
88
],
99
description: "Documentation for all things related to RusherHack.",
1010
themeConfig: {
11-
logo: 'assets/rh-head_256x256.png',
11+
logo: 'rh-head_256x256.png',
1212
search: {
1313
provider: 'local'
1414
},

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hero:
66
name: "RusherHack"
77
tagline: Documentation for all things related to RusherHack. # *insert something here about anyone being able to learn about rusherhack's features and the plugin api*
88
image:
9-
src: ./assets/rh-head_256x256.png
9+
src: rh-head_256x256.png
1010
alt: logo
1111
actions:
1212
- theme: brand
File renamed without changes.

0 commit comments

Comments
 (0)