Skip to content

Commit ae7eded

Browse files
authored
fix: change course title from 'COMP101' to 'CS101'
1 parent 183c3e6 commit ae7eded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { groupIconMdPlugin, groupIconVitePlugin } from 'vitepress-plugin-group-i
1414
import { transformerTwoslash } from '@shikijs/vitepress-twoslash';
1515

1616
export const shared = defineConfig({
17-
title: 'COMP101',
17+
title: 'CS101',
1818
lastUpdated: true,
1919
cleanUrls: true,
2020
metaChunk: true,

0 commit comments

Comments
 (0)