Skip to content

Commit a9b1a9a

Browse files
committed
chore: remove unused package & update README
1 parent a009b93 commit a9b1a9a

File tree

4 files changed

+2
-321
lines changed

4 files changed

+2
-321
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ This repository contains a mini kit for integrating Notion API with Next.js. Thi
1919
## Library
2020
- [React Notion](https://github.com/splitbee/react-notion): minimal renderer for blogs & content pages
2121
- [@notionhq/client](https://www.npmjs.com/package/@notionhq/client): A simple and easy to use client for the Notion API
22-
- [notion-client](https://www.npmjs.com/package/notion-client?activeTab=readmeRobust) TypeScript client for the unofficial Notion API.
2322
- [Headlessui](https://headlessui.com/): UI components, designed to integrate beautifully with Tailwind CSS
2423

2524

@@ -59,7 +58,7 @@ To run this project, you will need to add the following environment variables to
5958

6059
To revalidate static pages, access the following endpoint:
6160

62-
https://yourdomain.com/api/revalidate?path=/yourpath&secret=yoursecret
61+
https://yourdomain/api/revalidate?path=/yourpath&secret=yoursecret
6362

6463

6564

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@plaiceholder/next": "^3.0.0",
1616
"clsx": "^2.1.1",
1717
"next": "14.2.4",
18-
"notion-client": "^6.16.0",
1918
"plaiceholder": "^3.0.0",
2019
"react": "^18",
2120
"react-dom": "^18",

0 commit comments

Comments
 (0)