File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
examples/solid/start-basic-cloudflare Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ function PostDeepComponent() {
1616
1717 return (
1818 < div class = "p-2 space-y-2" >
19- < Link
20- to = "/posts"
21- class = "block py-1 text-blue-800 hover:text-blue-600"
22- >
19+ < Link to = "/posts" class = "block py-1 text-blue-800 hover:text-blue-600" >
2320 ← All Posts
2421 </ Link >
2522 < h4 class = "text-xl font-bold underline" > { post . title } </ h4 >
Original file line number Diff line number Diff line change @@ -8,10 +8,7 @@ function UsersIndexComponent() {
88 return (
99 < div >
1010 Select a user or{ ' ' }
11- < a
12- href = "/api/users"
13- class = "text-blue-800 hover:text-blue-600 underline"
14- >
11+ < a href = "/api/users" class = "text-blue-800 hover:text-blue-600 underline" >
1512 view as JSON
1613 </ a >
1714 </ div >
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ export default defineConfig({
1414 } ) ,
1515 cloudflare ( { viteEnvironment : { name : 'ssr' } } ) ,
1616 tanstackStart ( ) ,
17- viteSolid ( { ssr : true } ) ,
17+ viteSolid ( { ssr : true } ) ,
1818 ] ,
1919} )
You can’t perform that action at this time.
0 commit comments