From a2dc5d4f0f24324451ced4d6c7dc608fb12f829c Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 28 Jan 2022 15:54:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E7=BC=A9=E6=94=BE=EF=BC=8C40?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.config.js b/blog.config.js index a6f06c4f..6c22adf3 100644 --- a/blog.config.js +++ b/blog.config.js @@ -11,7 +11,7 @@ const BLOG = { LANG: 'zh-CN', // e.g 'zh-CN','en-US' see /lib/lang.js for more. SINCE: 2021, // e.g if leave this empty, current year will be used. - BEI_AN: '', // 备案号 闽ICP备XXXXXXX + BEI_AN: process.env.NEXT_PUBLIC_BEI_AN || '', // 备案号 闽ICP备XXXXXXX APPEARANCE: 'auto', // ['light', 'dark', 'auto'], FONT: 'font-serif tracking-wider subpixel-antialiased', // 文章字体 ['font-sans', 'font-serif', 'font-mono'] @see https://www.tailwindcss.cn/docs/font-family BACKGROUND_LIGHT: '#eeeeee', // use hex value, don't forget '#' e.g #fffefc