Skip to content

Commit

Permalink
update site config
Browse files Browse the repository at this point in the history
  • Loading branch information
evilgaoshu authored Aug 24, 2023
1 parent 6fa8750 commit bb6b5a5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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: '007f424fcf7a4c499d2fbc9355b6dc40',

// 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: 'Evilgaoshu Notion Blog',
domain: 'evilgaoshu.com',
author: 'Evilgaoshu',

// open graph metadata (optional)
description: 'Example Next.js Notion Starter Kit Site',
description: 'Evilgaoshu Notion Blog',

// social usernames (optional)
twitter: 'transitive_bs',
github: 'transitive-bullshit',
linkedin: 'fisch2',
twitter: 'evilgaoshu',
github: 'evilgaoshu',
// linkedin: 'fisch2',
// mastodon: '#', // optional mastodon profile URL, provides link verification
// newsletter: '#', // optional newsletter URL
// youtube: '#', // optional youtube channel name or `channel/UCGbXXXXXXXXXXXXXXXXXXXXXX`
Expand Down Expand Up @@ -62,4 +62,4 @@ export default siteConfig({
// pageId: '6a29ebcb935a4f0689fe661ab5f3b8d1'
// }
// ]
})
})

1 comment on commit bb6b5a5

@vercel
Copy link

@vercel vercel bot commented on bb6b5a5 Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

new-blog – ./

new-blog-evilgaoshu.vercel.app
evilgaoshu.vercel.app
new-blog-git-main-evilgaoshu.vercel.app

Please sign in to comment.