Skip to content

Commit

Permalink
fix my site
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneric authored Dec 9, 2024
1 parent b858110 commit ddf1055
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions site.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ import { siteConfig } from './lib/site-config'

export default siteConfig({
// the site's root Notion page (required)
rootNotionPageId: '7875426197cf461698809def95960ebf',
rootNotionPageId: '157ba280840d807b8b66dd2336501b31',

// 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: 'Next.js Notion Starter Kit',
domain: 'nextjs-notion-starter-kit.transitivebullsh.it',
author: 'Travis Fischer',
name: '享乐跑步机',
domain: 'www.liuguodong.cn',
author: 'Eric',

// open graph metadata (optional)
description: 'Example Next.js Notion Starter Kit Site',
description: ' 生活就是一架享乐跑步机',

// social usernames (optional)
twitter: 'transitive_bs',
github: 'transitive-bullshit',
linkedin: 'fisch2',
twitter: 'yeseric',
github: 'github.com/bsneric',
linkedin: '',
// mastodon: '#', // optional mastodon profile URL, provides link verification
// newsletter: '#', // optional newsletter URL
// youtube: '#', // optional youtube channel name or `channel/UCGbXXXXXXXXXXXXXXXXXXXXXX`
Expand Down

0 comments on commit ddf1055

Please sign in to comment.