Skip to content

Commit

Permalink
fix: route glob
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jan 29, 2024
1 parent aac1ec7 commit bfc1f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default defineNuxtConfig({
// '/premium/migrate-old-data': { ssr: false }

// Public assets
'/img/*': {
'/img/**': {
headers: {
'Cache-Control': 'public, max-age=31536000, immutable'
}
Expand Down

0 comments on commit bfc1f1d

Please sign in to comment.