You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
A Convex component that enables self-hosting static React/Vite apps using Convex HTTP actions and file storage. Published as `@convex-dev/self-hosting` on npm.
7
+
A Convex component that enables hosting static React/Vite apps using Convex HTTP actions and file storage. Published as `@convex-dev/static-hosting` on npm.
Copy file name to clipboardExpand all lines: CONVEX_STATIC_HOSTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
This implementation allows self-hosting static React/Vite apps using Convex HTTP actions and file storage, eliminating the need for Vercel or other hosting providers.
5
+
This implementation allows hosting static React/Vite apps using Convex HTTP actions and file storage, eliminating the need for Vercel or other hosting providers.
6
6
7
7
## Architecture
8
8
@@ -443,7 +443,7 @@ For better performance, non-HTML static assets can be served from a CDN via [con
443
443
444
444
**Schema change**: The `staticAssets` table now supports both `storageId` (optional) and `blobId` (optional). An asset has either a `storageId` (Convex storage) or a `blobId` (CDN).
0 commit comments