diff --git a/lib/cache/local_file_cache.js b/lib/cache/local_file_cache.js index 482b7bb5..75ee4f7d 100644 --- a/lib/cache/local_file_cache.js +++ b/lib/cache/local_file_cache.js @@ -10,7 +10,14 @@ export async function getCacheFromFile (key) { const exist = await fs.existsSync(jsonFile) if (!exist) return null const data = await fs.readFileSync(jsonFile) - const json = data ? JSON.parse(data) : {} + let json = null + if (!data) return null + try { + json = JSON.parse(data) + } catch (error) { + console.error('读取JSON缓存文件失败', data) + return null + } // 缓存超过有效期就作废 const cacheValidTime = new Date(parseInt(json[key + '_expire_time']) + cacheInvalidSeconds) const currentTime = new Date() diff --git a/pages/article/[slug].js b/pages/article/[slug].js index a37923e6..bc9e7688 100644 --- a/pages/article/[slug].js +++ b/pages/article/[slug].js @@ -152,10 +152,7 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, allPosts, categories } export async function getStaticPaths () { - let posts = [] - if (BLOG.isProd) { - posts = await getAllPosts({ from: 'slug - paths', includePage: true }) - } + const posts = await getAllPosts({ from: 'slug - paths', includePage: true }) return { paths: posts.map(row => `${BLOG.path}/article/${row.slug}`), fallback: true diff --git a/public/sitemap.xml b/public/sitemap.xml index ae2d5fa5..387cdfc1 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,9 +1,71 @@ -https://tangly1024.comdaily0.72021-12-15T04:02:54.175Z -https://tangly1024.com/archivedaily0.72021-12-15T04:02:54.175Z -https://tangly1024.com/categorydaily0.72021-12-15T04:02:54.175Z -https://tangly1024.com/feeddaily0.72021-12-15T04:02:54.175Z -https://tangly1024.com/searchdaily0.72021-12-15T04:02:54.175Z -https://tangly1024.com/tagdaily0.72021-12-15T04:02:54.175Z +https://tangly1024.comdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/archivedaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/categorydaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/feeddaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/searchdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/tagdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/notion-nextdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/nextjs-notion-starter-kitdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/notion-nobelium-verceldaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/fruition-notiondaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/verceldaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/nextjs-react-fontawesome-big-icondaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/vercel-free-serverless-apidaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/pay-cuts-for-civil-servantsdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/notion-short-keydaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/notiondaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/mac-big-sur-cvsdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/start-a-businessdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/a-routine-for-programmerdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/visual-studio-code-format-es-lintdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/window-clean-cdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/parallels-desktop16-macos-update-big-surdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/guide-of-investmentdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/nextjs-cookie-localStorage-darkModedaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/about-tailwindcssdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/what-is-mvpdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/tell-a-storydaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/who-is-the-ghostdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/text-affects-mooddaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/start-to-writedaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/the-skill-of-article-titledaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/how-to-readdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/ishot-screenshotdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/compressive-abilitydaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/learning-python-installdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/learning-python-web-crawlerdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/learning-python-text-to-imagedaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/learning-python-video-to-textdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/nodejs-debugdaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/spread-blog-by-seodaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/activation-codedaily0.72021-12-15T04:35:15.501Z +https://tangly1024.com/article/breakfastdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/improve-the-physiquedaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/charlie-thomas-mungerdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/welcome-to-fuzhoudaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/PhD-thiefdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/fart-hitlerdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/why-to-writedaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/start-to-praisedaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/compare-build-happinessdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/git-ssl-errordaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/chronic-gastritisdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/position-managementdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/attempt-of-make-moneydaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/aboutdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/watermelon-salerdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/hao-huan-luodaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/playgrounddaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/the-psychology-of-human-misjudgementdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/privacy-policydaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/hexo-install-butterflydaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/hexo-install-indigodaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/flow-pooldaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/detail-marketingdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/mac-os-printer-full-paperdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/poor-economicsdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/meta-universe-scamdaily0.72021-12-15T04:35:15.502Z +https://tangly1024.com/article/thinking-fast-and-slowdaily0.72021-12-15T04:35:15.502Z \ No newline at end of file