Menu

Improved support for Nuxt on Vercel
📰
0

Improved support for Nuxt on Vercel

Vercel News·Steph Dietz·4 days ago
#fCDssz7F
#vercel#nuxt#storage#nitro#support#article
Reading 0:00
15s threshold

Nuxt applications can now take advantage of Vercel KV, ISR, and more. We've been partnering with Nuxt to further integrate the framework with Vercel and support all Vercel products. Nuxt on Vercel now supports: This builds on the integration with other Vercel products like Functions , Middleware , Image Optimization , and more. Link to heading Vercel KV integration with Nitro Storage Vercel recently launched Vercel KV , a serverless durable Redis store. We've partnered with the Nuxt team to add support for integrating Vercel KV into Nitro, making fast key-value storage available for your Nuxt apps. In a few lines of configuration, you can now set up a cache with durable storage for your Nuxt application: export default defineNuxtConfig ( { nitro : { storage : { data : { driver : 'vercelKV' } } } } ) Nuxt automatically reads the  KV_REST_API_URL  and  KV_REST_API_TOKEN  environment variables for your KV database.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More