chore: handle sentry warning (#236)

This commit is contained in:
Joel 2023-05-29 13:58:32 +08:00 committed by GitHub
parent 970950e3a8
commit 5a6061ff61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,9 @@ const nextConfig = {
// https://nextjs.org/docs/api-reference/next.config.js/ignoring-typescript-errors
ignoreBuildErrors: true,
},
sentry: {},
sentry: {
hideSourceMaps: true
},
async redirects() {
return [
{