diff --git a/src/routes/solid-start/getting-started.mdx b/src/routes/solid-start/getting-started.mdx index 500d9c8aa..87e9c156b 100644 --- a/src/routes/solid-start/getting-started.mdx +++ b/src/routes/solid-start/getting-started.mdx @@ -55,7 +55,6 @@ You can view it by navigating to [http://localhost:3000](http://localhost:3000). SolidStart uses [Vinxi](https://vinxi.vercel.app/) both for starting a development server with [Vite](https://vitejs.dev/) and for building and starting a production server with [Nitro](https://nitro.build/). When you run your application, you are actually running `vinxi dev` under the hood. - You can read more about the Vinxi CLI, and how it can be configured [here](https://vinxi.vercel.app/api/cli.html). You can read more about the [Vinxi CLI and how it is configured in the Vinxi documentation](https://vinxi.vercel.app/api/cli.html). :::