Skip to content

Commit

Permalink
[chore] update vitepress + added icon
Browse files Browse the repository at this point in the history
  • Loading branch information
NSPC911 committed Sep 24, 2024
1 parent 20d21a8 commit a4abcf9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
title: "BEComTweaks Docs",
description: "Docs for Bedrock Edition Community Tweaks",
base: '/docs/',
head: [['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/BEComTweaks/becomtweaks.github.io/refs/heads/main/icon.png' }]],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@types/markdown-it-footnote": "^3.0.4",
"vitepress": "^1.3.3"
"vitepress": "^1.3.4"
},
"scripts": {
"docs:dev": "vitepress dev docs",
Expand Down

0 comments on commit a4abcf9

Please sign in to comment.