mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
feat: ✨ Add emoji theme picker
This commit is contained in:
parent
ac4acd31cb
commit
6b6d1d44d2
13 changed files with 132 additions and 21 deletions
|
|
@ -247,6 +247,13 @@ export default defineNuxtConfig({
|
|||
brotli: false,
|
||||
gzip: false,
|
||||
},
|
||||
routeRules: {
|
||||
"/emojis/**": {
|
||||
headers: {
|
||||
"Cache-Control": "public, max-age=31536000, immutable",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
schemaOrg: {
|
||||
enabled: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue