You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ This project requires a recent version of Node.js (we recommend >= 16).
47
47
3.`npm install`
48
48
4.`npm run dev` to test locally
49
49
5.`npm run deploy` to deploy to vercel 💪
50
-
6.❗Disable **Deployment Protection** setting in Vercel Web Dashboard ❗ ([See more below](#vercel-configuration))
50
+
6.Double check your [Vercel project settings](#vercel-configuration)
51
51
52
52
I tried to make configuration as easy as possible — All you really need to do to get started is edit `rootNotionPageId`.
53
53
@@ -60,14 +60,14 @@ In order to find your Notion workspace ID (optional), just load any of your site
60
60
I recommend setting up a collection on your home page that contains all of your articles / projects / content. There are no structural constraints on your Notion workspace, however, so feel free to add content as you normally would in Notion.
61
61
62
62
### Vercel Configuration
63
-
#### Enabling social media preview images
64
-
**❗❗❗Social media preview images won't work by default in Vercel❗❗❗**
65
63
66
-
👉 You need Login to Vercel Dashboard and **disable Vercel Authentication** from `Project -> Settings -> Deployment Protection`.
64
+
**Social media preview images won't work by default on Vercel**. You'll need to ensure that your site doesn't require auth.
67
65
68
-

66
+
From your Vercel project settings, you'll want to **disable Vercel Authentication** from `Project -> Settings -> Deployment Protection`.
69
67
70
-
💡 If you forget to do this your site will return `401 Unauthorized` responses when crawlers are trying to retrieve the images
68
+

69
+
70
+
💡 If you forget to do this your site will return `401 Unauthorized` responses when crawlers are trying to retrieve the images.
0 commit comments