[READ-ONLY] a fast, modern browser for the npm registry

feat(i18n): change default cache for `/lunaria/status.json` (#1465)

authored by

Joaquín Sánchez and committed by
GitHub
cb1b4a46 5ffed03f

+6
+6
nuxt.config.ts
··· 158 158 '/_v/view': { proxy: 'https://npmx.dev/_vercel/insights/view' }, 159 159 '/_v/event': { proxy: 'https://npmx.dev/_vercel/insights/event' }, 160 160 '/_v/session': { proxy: 'https://npmx.dev/_vercel/insights/session' }, 161 + // lunaria status.json 162 + '/lunaria/status.json': { 163 + headers: { 164 + 'Cache-Control': 'public, max-age=0, must-revalidate', 165 + }, 166 + }, 161 167 }, 162 168 163 169 experimental: {