feat: Add emoji theme picker

This commit is contained in:
Jesse Wierzbinski 2024-11-05 14:25:28 +01:00
parent ac4acd31cb
commit 6b6d1d44d2
No known key found for this signature in database
13 changed files with 132 additions and 21 deletions

View file

@ -247,6 +247,13 @@ export default defineNuxtConfig({
brotli: false,
gzip: false,
},
routeRules: {
"/emojis/**": {
headers: {
"Cache-Control": "public, max-age=31536000, immutable",
},
},
},
},
schemaOrg: {
enabled: false,