Skip to content

Commit 2a0b0f1

Browse files
committed
add imgix to readme
1 parent d5edec3 commit 2a0b0f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This is a [Next.js](https://nextjs.org/) blog written in Typescript that uses [N
1313
- Robust eslint and prettier config
1414
- Supports all Notion blocks current supported by the API
1515
- Pages for photos and writing
16+
- imgix cdn for images (to reduce Vercel hosting cost and improve speed)
1617

1718
## Getting Started
1819

@@ -23,6 +24,7 @@ NOTION_TOKEN=
2324
NOTION_POSTS_DATABASE_ID=
2425
NOTION_PHOTOS_DATABASE_ID=
2526
GOOGLE_ANALYTICS_ID=
27+
IMGIX_TOKEN=
2628
```
2729

2830
Install dependencies

0 commit comments

Comments
 (0)