diff --git a/blog.config.js b/blog.config.js index 4a65d435..460f9049 100644 --- a/blog.config.js +++ b/blog.config.js @@ -79,7 +79,7 @@ const BLOG = { ADSENSE_GOOGLE_ID: process.env.NEXT_PUBLIC_ADSENSE_GOOGLE_ID || '', // 谷歌广告ID e.g ca-pub-xxxxxxxxxxxxxxxx isProd: process.env.VERCEL_ENV === 'production', // distinguish between development and production environment (ref: https://vercel.com/docs/environment-variables#system-environment-variables) isProd: process.env.VERCEL_ENV === 'production' // distinguish between development and production environment (ref: https://vercel.com/docs/environment-variables#system-environment-variables) - VERSION: '2.8.3' // 版本号 + VERSION: '2.8.4' // 版本号 } module.exports = BLOG diff --git a/components/Tabs.js b/components/Tabs.js index a6a9b1d9..f3b0477a 100644 --- a/components/Tabs.js +++ b/components/Tabs.js @@ -35,7 +35,7 @@ const Tabs = ({ className, children }) => { setCurrentTab(i) } - return
+ return