Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions site.config.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
module.exports = {
// where it all starts -- the site's root Notion page (required)
rootNotionPageId: '6a76fdd9ec6d4ae2855aa790d620eec4',
rootNotionPageId: 'aa5f58600b344ac8af7020023b7fc492',

// if you want to restrict pages to a single notion workspace (optional)
// (this should be a Notion ID; see the docs for how to extract this)
rootNotionSpaceId: null,

// basic site info (required)
name: '菜饼的技术博客',
domain: 'szufrank.top',
author: '菜饼同学',
name: 'AG笔记博客',
domain: 'n.ag.cn.eu.org',
author: 'AG',

// open graph metadata (optional)
description: '菜饼同学: 专注硬核技术,校招打法,个人认知体系成长',
socialImageTitle: '菜饼同学',
description: 'AG: 专注硬核技术,校招打法,个人认知体系成长',
socialImageTitle: 'AG',
socialImageSubtitle: 'Hello World! 👋',

// social usernames (optional)
Expand Down