diff --git a/nuxt.config.ts b/nuxt.config.ts index e64c2a9ad..dc1e0b4fd 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -101,7 +101,7 @@ export default defineNuxtConfig({ isr: { expiration: 60 * 60 /* one hour */, passQuery: true, - allowQuery: ['color', 'labelColor', 'label', 'name'], + allowQuery: ['color', 'labelColor', 'label', 'name', 'style'], }, }, '/api/registry/downloads/**': {