Skip to content

Commit fba23c0

Browse files
committed
feat: use the new project slug
1 parent 6e50d3a commit fba23c0

8 files changed

+112
-9457
lines changed

docs/.env.local.example

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
AUTH_SECRET= # Linux: `openssl rand -hex 32` or go to https://generate-secret.vercel.app/32
22

33
AUTH_GITHUB_ID=
4-
AUTH_GITHUB_SECRET=
4+
AUTH_GITHUB_SECRET=
5+
6+
# The SENTRY_AUTH_TOKEN variable is picked up by the Sentry Build Plugin.
7+
# It's used for authentication when uploading source maps.
8+
SENTRY_AUTH_TOKEN=

docs/next.config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ export default withSentryConfig(nextConfig, {
188188
// For all available options, see:
189189
// https://www.npmjs.com/package/@sentry/webpack-plugin#options
190190

191-
org: "blocknote",
192-
project: "javascript-nextjs",
191+
org: "blocknote-js",
192+
project: "website",
193193

194194
// Only print logs for uploading source maps in CI
195195
silent: !process.env.CI,

0 commit comments

Comments
 (0)