Skip to content

Commit 856990c

Browse files
authored
Merge pull request #14 from zakarialaoui10/patch-1
Add van-server
2 parents 245da60 + 30e9ba7 commit 856990c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sitegen/home.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@ van.add(document.body, Counter())
228228
td(Link("Van-Mdx", "https://github.com/zakarialaoui10/van-mdx")),
229229
td("A Markdown preprocessor for ", VanJS()),
230230
td(Link("Zakaria Elalaoui", "https://github.com/zakarialaoui10")),
231+
),
232+
tr(
233+
td(Link("Van-Server", "https://github.com/zakarialaoui10/van-server")),
234+
td("server-side rendering for ", VanJS(), " with file-based routing and client-side hydration."),
235+
td(Link("Zakaria Elalaoui", "https://github.com/zakarialaoui10")),
231236
)
232237
),
233238
),

0 commit comments

Comments
 (0)