feat(theme): replace with twemojis

This commit is contained in:
taskylizard
2024-01-24 07:53:57 +00:00
parent 4cead6f935
commit 0e69461b59
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/"],
}