Skip to content

Commit 1a11868

Browse files
committed
feat: add vercel runtime cache for API routes
1 parent d60b342 commit 1a11868

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

nuxt.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ export default defineNuxtConfig({
7474
'@shikijs/core',
7575
],
7676
},
77+
storage: {
78+
cache: {
79+
driver: 'vercel-runtime-cache',
80+
},
81+
},
7782
},
7883

7984
eslint: {

0 commit comments

Comments
 (0)