Skip to content

Commit a05a8c7

Browse files
committed
fix: remove extra base
1 parent 0dfc956 commit a05a8c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/features.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ export async function setupCache(nuxt: Nuxt) {
158158
storage: {
159159
cache: {
160160
driver,
161-
binding: 'CACHE',
162-
base: 'cache'
161+
binding: 'CACHE'
163162
}
164163
},
165164
devStorage: {

0 commit comments

Comments
 (0)