Skip to content

Commit 87824da

Browse files
committed
Link example app
1 parent 3060126 commit 87824da

File tree

1 file changed

+3
-1
lines changed
  • src/app/reference/replay-cli/source-maps

1 file changed

+3
-1
lines changed

src/app/reference/replay-cli/source-maps/page.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ const nextConfig = {
234234
module.exports = nextConfig
235235
```
236236

237-
As mentioned, NextJS's `buildId` can be useful, but please [see their docs](https://nextjs.org/docs/api-reference/next.config.js/configuring-the-build-id) to ensure verify if it is a good fit for your application.
237+
You can see [a full working example of Next config with sourcemap deletion here](https://github.com/replayio-public/replay-sourcemap-upload-example/blob/main/next.config.mjs), and check out [the demo site](https://replay-sourcemap-upload-example-site.vercel.app/) to confirm that the original app source code is not included in the production site.
238+
239+
Also see the Next.js [docs on "Configuring the Build ID"](https://nextjs.org/docs/api-reference/next.config.js/configuring-the-build-id) for details on generating a consistent build ID, such as with a Git hash.
238240

239241
## Debugging problems
240242

0 commit comments

Comments
 (0)