Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this PR is made by mistake #663

Closed
wants to merge 16 commits into from
Next Next commit
configure
  • Loading branch information
dodolia907 committed Dec 1, 2024
commit 4ddbbaf1843b46f0a7fe61c4aebca86e26209904
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: 'dd5bc6ac79e042d0b50292564a565575',

// 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: 'TechnoTUT Blog',
domain: 'blog.technotut.net',
author: 'TechnoTUT',

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

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