Skip to content
Prev Previous commit
Next Next commit
wip
  • Loading branch information
jer3m01 committed Mar 24, 2026
commit 884278e05622c7fb2ee6b9249df745fd47e52bb1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ This will start your the app at [localhost:3000](http://localhost:3000) or the n
### Framework and Theme

The docs are built on [SolidBase](https://solidbase.dev) and uses the [Osmium Theme](./osmium).

This repo should only contain content as mdx files, features should be implemented upstream and UI changes in the theme.
2 changes: 1 addition & 1 deletion src/routes/guides/deploying-your-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: >-
Cloudflare, Vercel, Netlify, AWS, and more with guides.
---

import { ImageLinks } from "~/components/ImageLink";
import { ImageLink } from "~/components/ImageLink";

Are you ready to deploy your Solid application? Follow our guides for different deployment services.

Expand Down
Loading