File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default defineNuxtConfig({
8
8
app : {
9
9
baseURL : "/" ,
10
10
} ,
11
- ssr : false ,
11
+ ssr : true ,
12
12
modules : [
13
13
"nuxt-lucide-icons" ,
14
14
"@nuxt/content" ,
@@ -19,7 +19,7 @@ export default defineNuxtConfig({
19
19
"@nuxt/image" ,
20
20
] ,
21
21
content : {
22
- documentDriven : true ,
22
+ documentDriven : false ,
23
23
markdown : {
24
24
remarkPlugins : { "remark-gfm" : remarkGfm } ,
25
25
rehypePlugins : [ ] ,
Original file line number Diff line number Diff line change 11
11
<div class =" get-involved" >
12
12
<FrontPageCard
13
13
: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."
17
17
url =" https://example.com"
18
18
:overlay =" {
19
19
title: 'Learn how we do it!',
You can’t perform that action at this time.
0 commit comments