Skip to content

Commit

Permalink
typescript is better
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdada committed Aug 6, 2024
1 parent 92a8cb0 commit 101cc70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/.vuepress/config.js → src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ import { plumeTheme } from 'vuepress-theme-plume'

export default defineUserConfig({
bundler: viteBundler(),
theme: plumeTheme(),
theme: plumeTheme({
profile: {
name: 'Captains',
description: 'RoboSharks team captains',
avatar: 'https://www.adabit.org/shorkhehe.png',
circle: true,
}
}),
base: "/",
lang: "en-US",
title: "BHS RoboSharks",
Expand Down
1 change: 1 addition & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
lang: en-US
title: Home
description: Home
home: true
---

0 comments on commit 101cc70

Please sign in to comment.