从Notion表格读取配置信息

This commit is contained in:
tangly1024
2023-10-30 22:39:06 +08:00
parent 18916e448f
commit ff552b7de4
4 changed files with 154 additions and 9 deletions

View File

@@ -1,5 +1,8 @@
const BLOG = require('./blog.config')
/**
* 通常没啥用sitemap交给 /pages/sitemap.xml.js 动态生成
*/
module.exports = {
siteUrl: BLOG.LINK,
changefreq: 'daily',