Skip to content

Commit

Permalink
fix: set base URL the site will be deployed at
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenngoclongdev authored Oct 25, 2024
1 parent 21c7bee commit c2c7b49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ export default defineConfig({
title: "Terminal Keeper",
description:
"Elevate your terminal experience! Effortlessly configuration, seamlessly restore your last session, and manage sessions with ease. Personalize your workspace with colorful themes and boost productivity by importing commands swiftly.",
base: '/vs-terminal-keeper/',
head: [
["link", { rel: "icon", type: "image/png", href: "/assets/logo.png" }],
["link", { rel: "icon", type: "image/png", href: "./assets/logo.png" }],
],
lastUpdated: true,
locales: {
Expand All @@ -23,7 +24,7 @@ export default defineConfig({
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: "/assets/logo.svg",
logo: "./assets/logo.svg",
search: {
provider: "local",
},
Expand Down

0 comments on commit c2c7b49

Please sign in to comment.