Skip to content

Commit

Permalink
fix: images (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
haveachin authored Feb 2, 2024
1 parent 217e643 commit f7f0d13
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ export default defineConfig({
{
rel: 'icon',
type: 'image/x-icon',
href: '/assets/logo.svg',
href: '/img/logo.svg',
},
],
],
themeConfig: {
logo: '/assets/logo.svg',
logo: '/img/logo.svg',

nav: [
{
Expand Down Expand Up @@ -85,7 +85,7 @@ export default defineConfig({
},

editLink: {
pattern: 'https://github.com/haveachin/infrared/edit/master/website/:path'
pattern: 'https://github.com/haveachin/infrared/edit/main/docs/:path'
},

search: {
Expand Down
6 changes: 3 additions & 3 deletions docs/branding.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Branding

## Logo
![Logo](/assets/logo.svg)
![Logo](/img/logo.svg)

### Colors
Top Side: #CC0033
Left Side: #b7002d
Right Side: #a30028

## Logo With White Text
![Logo With White Text](/assets/logo_white_text.svg)
![Logo With White Text](/img/logo_white_text.svg)
Font: [Inter](https://github.com/rsms/inter)
Font-Color: #f9e5ea

## Logo With Black Text
![Logo With Black Text](/assets/logo_black_text.svg)
![Logo With Black Text](/img/logo_black_text.svg)
Font: [Inter](https://github.com/rsms/inter)
Font-Color: #140005
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
text: The Reverse Proxy for Minecraft
tagline:
image:
src: /assets/logo.svg
src: /img/logo.svg
alt: Infrared
actions:
- theme: brand
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit f7f0d13

Please sign in to comment.