mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-09-07 19:24:06 +00:00
@@ -0,0 +1,9 @@
|
||||
import { Client } from '@notionhq/client'
|
||||
|
||||
export const notion = new Client({
|
||||
auth: process.env.NOTION_TOKEN
|
||||
})
|
||||
|
||||
export const notionAlt = new Client({
|
||||
auth: process.env.NOTION_TOKEN_ALT
|
||||
})
|
||||
Reference in New Issue
Block a user