chore: update nuxt to 3.11.2 (#2755)
This commit is contained in:
parent
a27c218802
commit
73293fbcd3
4 changed files with 1593 additions and 1699 deletions
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue