File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
apps/docs/src/server/home Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export const page = new Get("/", (c) => {
22
22
23
23
< a
24
24
href = "/demo/memory"
25
+ data-no-prefetch
25
26
class = "bg-foreground block rounded-md p-5 no-underline transition-shadow hover:shadow-sm"
26
27
>
27
28
< h2 class = "text-background mt-0 mb-2 text-2xl" > Demo</ h2 >
@@ -56,6 +57,7 @@ function* Features() {
56
57
{
57
58
title : "Performance First" ,
58
59
href : "/demo/parallel" ,
60
+ noPrefetch : true ,
59
61
content :
60
62
"Evaluate components in parallel and stream them as they are generated." ,
61
63
} ,
@@ -86,6 +88,7 @@ function* Features() {
86
88
< a
87
89
href = { feature . href }
88
90
class = "bg-muted/25 hover:bg-background border-secondary/50 hover:border-secondary rounded-md border p-4 no-underline transition-colors hover:shadow-xs"
91
+ data-no-prefetch = { feature . noPrefetch }
89
92
>
90
93
< h2 class = "my-0 text-base" > { feature . title } </ h2 >
91
94
< p class = "text-muted-foreground mt-1 mb-0 text-sm font-light" >
You can’t perform that action at this time.
0 commit comments