Skip to content

Commit 694bafa

Browse files
2 parents 5aa9aa6 + 1c5154b commit 694bafa

File tree

5 files changed

+354
-189
lines changed

5 files changed

+354
-189
lines changed

content/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default defineConfig({
5353
themeConfig: {
5454
logo: { src: '/vue-cheatsheet-logo.png', alt: 'Vue Cheatsheet' },
5555

56-
siteTitle: false,
56+
siteTitle: 'Vue Cheatsheet',
5757
search: {
5858
provider: 'local',
5959
options: {

content/.vitepress/theme/components/SiteTitle.vue

Lines changed: 0 additions & 12 deletions
This file was deleted.

content/.vitepress/theme/custom.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
}
4747
}
4848

49-
5049
/* Style home logo */
5150
.VPContent.is-home .VPHomeHero .VPImage {
5251
width: 100%;
@@ -74,6 +73,6 @@
7473
}
7574

7675
// Enable below after: https://github.com/vuejs/vitepress/pull/3522
77-
// .VPNav:has(~ .is-home) .title > span {
78-
// display: none;
79-
// }
76+
.VPNav:has(~ .is-home) .title > span {
77+
display: none;
78+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"postcss": "^8.4.33",
1313
"sass": "^1.69.7",
1414
"tailwindcss": "^3.4.1",
15-
"vitepress": "1.0.0-rc.36"
15+
"vitepress": "1.0.0-rc.44"
1616
},
1717
"dependencies": {
1818
"markdown-it-mathjax3": "^4.3.2",

0 commit comments

Comments
 (0)