瀏覽代碼

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

Loading…
取消
儲存