File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 55
66A Vite plugin that integrates with Netlify's platform features.
77
8+ ## 🚧 Feature Support
9+
10+ | Feature | Supported |
11+ | ---------------------- | --------- |
12+ | Functions | ✅ Yes |
13+ | Edge Functions | ✅ Yes |
14+ | Blobs | ✅ Yes |
15+ | Cache API | ✅ Yes |
16+ | Redirects and Rewrites | ✅ Yes |
17+ | Headers | ✅ Yes |
18+ | Environment Variables | ✅ Yes |
19+ | Image CDN | ❌ No |
20+
21+ > Note: Missing features will be added incrementally. This module is ** not** intended to be a full replacement for the
22+ > Netlify CLI.
23+
824## Installation
925
1026``` bash
@@ -18,6 +34,7 @@ The plugin accepts the following options:
1834- ` middleware ` (boolean, default: ` true ` ): Attach a Vite middleware that intercepts requests and handles them in the
1935 same way as the Netlify production environment
2036- ` blobs ` : Configure blob storage functionality
37+ - ` edgeFunctions ` : Configure edge functions
2138- ` functions ` : Configure serverless functions
2239- ` headers ` : Configure response headers
2340- ` redirects ` : Configure URL redirects
You can’t perform that action at this time.
0 commit comments