We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8911efb commit e3e7375Copy full SHA for e3e7375
pages/docs/quickstart/install-mixpanel/nextjs.mdx
@@ -12,7 +12,7 @@ import { dataItems } from "/utils/constants";
12
13
a. Create a `.env.local` file in the root of your Next.js project (note: for production use `.env.production`).
14
15
- b. Then, add your Mixpanel [project token] (https://docs.mixpanel.com/docs/orgs-and-projects/managing-projects#find-your-project-tokens).
+ b. Then, add your Mixpanel [project token](/docs/orgs-and-projects/managing-projects#find-your-project-tokens).
16
17
```javascript
18
// Paste in your token
0 commit comments