File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- import fs from 'node:fs'
1
+ // import fs from 'node:fs'
2
2
import { defineConfig } from 'vitepress'
3
- import { config } from '../../src/config'
3
+ // import { config } from '../../src/config'
4
4
5
5
// https://vitepress.dev/reference/site-config
6
6
export default defineConfig ( {
7
- title : 'TLSX Docs' ,
7
+ title : 'tlsx Docs' ,
8
8
description : 'A better developer environment.' ,
9
9
themeConfig : {
10
10
// https://vitepress.dev/reference/default-theme-config
@@ -28,12 +28,12 @@ export default defineConfig({
28
28
{ icon : 'twitter' , link : 'https://twitter.com/stacksjs' } ,
29
29
] ,
30
30
} ,
31
- vite : {
32
- server : {
33
- https : {
34
- cert : fs . readFileSync ( config . certPath ) ,
35
- key : fs . readFileSync ( config . keyPath ) ,
36
- } ,
37
- } ,
38
- } ,
31
+ // vite: {
32
+ // server: {
33
+ // https: {
34
+ // cert: fs.readFileSync(config.certPath),
35
+ // key: fs.readFileSync(config.keyPath),
36
+ // },
37
+ // },
38
+ // },
39
39
} )
You can’t perform that action at this time.
0 commit comments