We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1730ffc commit 2bd3dfdCopy full SHA for 2bd3dfd
app/libraries/start.tsx
@@ -29,7 +29,7 @@ export const startProject = {
29
colorTo: 'to-cyan-500',
30
textColor: 'text-cyan-600',
31
embedEditor: 'codesandbox',
32
- frameworks: ['react'],
+ frameworks: ['react', 'solid'],
33
scarfId: 'b6e2134f-e805-401d-95c3-2a7765d49a3d',
34
showNetlifyUrl: true,
35
menu: [
app/routes/_libraries/start.$version.index.tsx
@@ -68,7 +68,7 @@ export default function VersionIndex() {
68
md:text-3xl
69
lg:text-5xl lg:max-w-2xl"
70
>
71
- Full-stack React framework{' '}
+ Full-stack React and Solid framework{' '}
72
<span className="underline decoration-dashed decoration-yellow-500 decoration-3 underline-offset-2">
73
powered by TanStack Router
74
</span>{' '}
0 commit comments