Skip to content

Commit 0a4962d

Browse files
committed
revise: trying to get the build working
1 parent d818289 commit 0a4962d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: nuxt.config.ts

+2-2
Original file line numberDiff line numberDiff 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: [],

Diff for: pages/index.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
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!',

0 commit comments

Comments
 (0)