bugfixins

This commit is contained in:
Travis Fischer
2021-01-17 19:19:20 -05:00
parent 04fe54e00b
commit b26dbba816
3 changed files with 4 additions and 4 deletions

View File

@@ -11,11 +11,11 @@ export const rootNotionPageId = '78fc5a4b88d74b0e824e29407e9f1ec1'
// general site config
export const siteName = 'Transitive Bullshit'
export const siteFavicon = '/favicon.png'
export const siteAuthor = 'Travis Fischer'
export const siteDomain = 'transitivebullsh.it'
export const siteDescription =
'Personal site of Travis Fischer aka Transitive Bullshit'
export const siteFavicon = `https://${siteDomain}/favicon.png`
// default notion values for site-wide consistency (may be overridden on a per-page basis)
export const defaultPageIcon =

View File

@@ -1,6 +1,6 @@
import { parsePageId, getPageTitle } from 'notion-utils'
import { getPage } from './notion'
import * as config from './env'
import * as config from './config'
export const oembed = async ({
url,