修复fontawesome尺寸问题
This commit is contained in:
tangly1024
2021-12-08 15:40:15 +08:00
parent 980531b1ee
commit 04ec195520
6 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ import { getCacheFromFile, setCacheToFile } from '@/lib/cache/local_file_cache'
import { getCacheFromMemory, setCacheToMemory } from '@/lib/cache/memory_cache'
import BLOG from '@/blog.config'
// 关闭本地缓存
const enableCache = false
const enableCache = true
/**
* 为减少频繁接口请求notion数据将被缓存