Skip to content

Commit 6522cb4

Browse files
oops forgot process
1 parent 53204c0 commit 6522cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eleventy.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default async function(eleventyConfig) {
2121
if (!database_id || !process.env.NOTION_API_KEY) return
2222

2323
const notion = new Client({
24-
auth: env.NOTION_API_KEY
24+
auth: process.env.NOTION_API_KEY
2525
});
2626

2727
const { data_sources } = await notion.databases.retrieve({

0 commit comments

Comments
 (0)