feat(theme): replace with twemojis

This commit is contained in:
taskylizard 2024-01-24 07:53:57 +00:00
parent 4cead6f935
commit 0e69461b59
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
4 changed files with 56 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{
"extends": "./.nitro/types/tsconfig.json",
"compilerOptions": {
"verbatimModuleSyntax": true
}
"verbatimModuleSyntax": true,
},
"include": ["./.vitepress/"],
}