Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/nuxt-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ npm run test:watch

[npm-version-src]: https://img.shields.io/npm/v/@netlify/nuxt/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/@netlify/nuxt
[npm-downloads-src]: https://img.shields.io/npm/dm/@netlify/nuxt.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npm.chart.dev/@netlify/nuxt
[license-src]: https://img.shields.io/npm/l/@netlify/nuxt.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/@netlify/nuxt
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-tanstack-start/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The plugin accepts the following options:
enabled: false,
},
// ... All dev options are supported here.
// See https://www.npmjs.com/package/@netlify/vite-plugin.
// See https://www.npmx.dev/package/@netlify/vite-plugin.
},
}
```
Expand Down
4 changes: 3 additions & 1 deletion packages/vite-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Vite plugin that emulates Netlify's platform features within your Vite dev serve
| Edge Functions | ✅ Yes |
| Blobs | ✅ Yes |
| Cache API | ✅ Yes |
| AI Gateway | ✅ Yes |
| Database | ✅ Yes |
| Redirects and Rewrites | ✅ Yes |
| Headers | ✅ Yes |
| Environment Variables | ✅ Yes |
Expand All @@ -20,7 +22,7 @@ Vite plugin that emulates Netlify's platform features within your Vite dev serve
## Installation

```bash
npm install @netlify/vite-plugin
npm install -D @netlify/vite-plugin
```

## Configuration options
Expand Down
Loading