We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5edec3 commit 2a0b0f1Copy full SHA for 2a0b0f1
README.md
@@ -13,6 +13,7 @@ This is a [Next.js](https://nextjs.org/) blog written in Typescript that uses [N
13
- Robust eslint and prettier config
14
- Supports all Notion blocks current supported by the API
15
- Pages for photos and writing
16
+- imgix cdn for images (to reduce Vercel hosting cost and improve speed)
17
18
## Getting Started
19
@@ -23,6 +24,7 @@ NOTION_TOKEN=
23
24
NOTION_POSTS_DATABASE_ID=
25
NOTION_PHOTOS_DATABASE_ID=
26
GOOGLE_ANALYTICS_ID=
27
+IMGIX_TOKEN=
28
```
29
30
Install dependencies
0 commit comments