fix: webfont-dl
This commit is contained in:
@@ -86,16 +86,7 @@ export default withMermaid({
|
|||||||
vite: {
|
vite: {
|
||||||
plugins: [
|
plugins: [
|
||||||
VueMacros(),
|
VueMacros(),
|
||||||
webfontDownload([
|
webfontDownload(),
|
||||||
'https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Noto+Sans+Mono:wght@400;600;700&family=Noto+Sans+SC:wght@400;600;700&display=swap'
|
|
||||||
],
|
|
||||||
{
|
|
||||||
injectAsStyleTag: true,
|
|
||||||
minifyCss: true,
|
|
||||||
async: true,
|
|
||||||
cache: true,
|
|
||||||
proxy: false,
|
|
||||||
}),
|
|
||||||
],
|
],
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: [
|
alias: [
|
||||||
|
|||||||
Reference in New Issue
Block a user