ソースを参照

chore: handle sentry warning (#236)

tags/0.3.1
Joel 2年前
コミット
5a6061ff61
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更3行の追加1行の削除
  1. 3
    1
      web/next.config.js

+ 3
- 1
web/next.config.js ファイルの表示

@@ -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 [
{

読み込み中…
キャンセル
保存