-
{locale.COMMON.TAGS}
+
{locale.COMMON.TAGS}
{locale.COMMON.MORE}
diff --git a/lib/cache/cache_manager.js b/lib/cache/cache_manager.js
index f27d544f..b28c2c0f 100644
--- a/lib/cache/cache_manager.js
+++ b/lib/cache/cache_manager.js
@@ -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数据将被缓存
diff --git a/package.json b/package.json
index e586e478..57a027b1 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
"dev-mac": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
- "postbuild": "next-sitemap --config next-sitemap.config.js"
+ "post-build": "next-sitemap --config next-sitemap.config.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",