chore: update nuxt to 3.11.2 (#2755)

This commit is contained in:
Joaquín Sánchez 2024-04-05 16:34:42 +02:00 committed by GitHub
parent a27c218802
commit 73293fbcd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1593 additions and 1699 deletions

View file

@ -197,17 +197,17 @@ export default defineNuxtConfig({
},
publicAssets: [
{
dir: '~/public/avatars',
dir: resolve('./public/avatars'),
maxAge: 24 * 60 * 60 * 30, // 30 days
baseURL: '/avatars',
},
{
dir: '~/public/emojis',
dir: resolve('./public/emojis'),
maxAge: 24 * 60 * 60 * 15, // 15 days, matching service worker
baseURL: '/emojis',
},
{
dir: '~/public/fonts',
dir: resolve('./public/fonts'),
maxAge: 24 * 60 * 60 * 365, // 1 year (versioned)
baseURL: '/fonts',
},