-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit 7443e78.
- Loading branch information
1 parent
7443e78
commit f234c51
Showing
9 changed files
with
8,481 additions
and
14,017 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
/** @type {import('next').NextConfig} */ | ||
import { withSentryConfig } from '@sentry/nextjs'; | ||
|
||
const nextConfig = { | ||
reactStrictMode: true, | ||
compiler: { | ||
styledComponents: true, | ||
}, | ||
}; | ||
|
||
export default withSentryConfig(nextConfig, { | ||
org: 'depromeet', | ||
project: 'depromeet', | ||
authToken: process.env.SENTRY_AUTH_TOKEN, | ||
silent: false, | ||
}); | ||
export default nextConfig; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.