Skip to content

Commit aaadab3

Browse files
TerminalFiFichteFoll
authored andcommitted
theme config to typescript
1 parent f560ecc commit aaadab3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/.vitepress/config.js renamed to docs/.vitepress/config.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
export default {
1+
import { defineConfig } from 'vitepress';
2+
3+
4+
export default defineConfig({
25
title: "Sublime Text Community Documentation",
36
description: "Community-driven Documentation for Sublime Text",
47
head: [
@@ -143,4 +146,4 @@ export default {
143146
lineNumbers: true,
144147
},
145148
},
146-
};
149+
});

0 commit comments

Comments
 (0)