Skip to content

Commit 49b6a2b

Browse files
committed
chore: add package meta to isr
1 parent 4f81793 commit 49b6a2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export default defineNuxtConfig({
9292
'/api/registry/file/**': { isr: true, cache: { maxAge: 365 * 24 * 60 * 60 } },
9393
'/api/registry/provenance/**': { isr: true, cache: { maxAge: 365 * 24 * 60 * 60 } },
9494
'/api/registry/files/**': { isr: true, cache: { maxAge: 365 * 24 * 60 * 60 } },
95+
'/api/registry/package-meta/**': { isr: 300 },
9596
'/:pkg/.well-known/skills/**': { isr: 3600 },
9697
'/:scope/:pkg/.well-known/skills/**': { isr: 3600 },
9798
'/__og-image__/**': { isr: getISRConfig(60) },

0 commit comments

Comments
 (0)