From d9614e10979cb0df3009b3ca10a33a724a331441 Mon Sep 17 00:00:00 2001 From: Ian Wootten Date: Fri, 22 Dec 2023 09:10:59 +0000 Subject: [PATCH] update blog --- .../index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/2023/12/22/publishing-dev-tips-with-next-js-supabase-auth-and-notion/index.html b/2023/12/22/publishing-dev-tips-with-next-js-supabase-auth-and-notion/index.html index 195708c07..44bba80ca 100644 --- a/2023/12/22/publishing-dev-tips-with-next-js-supabase-auth-and-notion/index.html +++ b/2023/12/22/publishing-dev-tips-with-next-js-supabase-auth-and-notion/index.html @@ -129,6 +129,7 @@

Defining the Integration

First in notion we need to define our integration along with it’s capabilities. Supabase has some good docs on how to set this up so I won’t repeat them here. The only notable difference is I want to read content as well, so I need to make sure I also add that as a capability when defining things in Notion.