File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,14 @@ export default defineConfig({
1616 md . use ( groupIconMdPlugin ) ;
1717 } ,
1818 } ,
19+
1920 vite : {
2021 plugins : [ groupIconVitePlugin ( ) ] ,
2122 } ,
2223 themeConfig : {
24+ search : {
25+ provider : "local" ,
26+ } ,
2327 // https://vitepress.dev/reference/default-theme-config
2428 logo : "/logo.svg" ,
2529 nav : [
Original file line number Diff line number Diff line change 1515 link : https://github.com/greatsquare0/thy-weaver
1616
1717features :
18- - title : Feature A
19- details : Lorem ipsum dolor sit amet, consectetur adipiscing elit
20- - title : Feature B
21- details : Lorem ipsum dolor sit amet, consectetur adipiscing elit
22- - title : Feature C
23- details : Lorem ipsum dolor sit amet, consectetur adipiscing elit
18+ - title : Fast
19+ details : Enjoy quick rebuilds
20+ - title : Easy to use
21+ details : Quickly scaffold a new game
2422---
25-
You can’t perform that action at this time.
0 commit comments