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: examples/next-app-router/README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,9 @@ This is a [Next.js](https://nextjs.org) project which demonstrates the usage of
2
2
3
3
## Getting Started
4
4
5
-
First, create a `.env.local` file in the root directory with the following environment variables:
5
+
First, add the MediaLit API key to `.env` file in the root directory:
6
6
7
7
```env
8
-
MEDIALIT_ENDPOINT=https://api.medialit.clqa.site
9
8
MEDIALIT_API_KEY=your_api_key_here
10
9
```
11
10
@@ -25,8 +24,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
25
24
26
25
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
27
26
28
-
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
29
-
30
27
## Learn More
31
28
32
29
To learn more about Next.js, take a look at the following resources:
0 commit comments