File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default defineNuxtConfig({
88 app : {
99 baseURL : "/" ,
1010 } ,
11- ssr : false ,
11+ ssr : true ,
1212 modules : [
1313 "nuxt-lucide-icons" ,
1414 "@nuxt/content" ,
@@ -19,7 +19,7 @@ export default defineNuxtConfig({
1919 "@nuxt/image" ,
2020 ] ,
2121 content : {
22- documentDriven : true ,
22+ documentDriven : false ,
2323 markdown : {
2424 remarkPlugins : { "remark-gfm" : remarkGfm } ,
2525 rehypePlugins : [ ] ,
Original file line number Diff line number Diff line change 1111 <div class =" get-involved" >
1212 <FrontPageCard
1313 :step =" 1"
14- title =" Organizing the community around what needs built ."
15- description =" Though our RFC process, we outline crates that need to be created
16- along with who will create them."
14+ title =" Organizing and indexing what needs building ."
15+ description =" Though our RFC process, we nominate crates to be created
16+ and decide who will build them."
1717 url =" https://example.com"
1818 :overlay =" {
1919 title: 'Learn how we do it!',
You can’t perform that action at this time.
0 commit comments