Skip to content

Commit ba20524

Browse files
committed
fix: allow query for api image-proxy
1 parent cb354ce commit ba20524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default defineNuxtConfig({
107107
allowQuery: ['color', 'labelColor', 'label', 'name', 'style'],
108108
},
109109
},
110-
'/api/registry/image-proxy/**': {
110+
'/api/registry/image-proxy': {
111111
isr: {
112112
expiration: 60 * 60 /* one hour */,
113113
passQuery: true,

0 commit comments

Comments
 (0)