代码拉取完成,页面将自动刷新
// This file sets a custom webpack configuration to use your Next.js app
// with Sentry.
// https://nextjs.org/docs/api-reference/next.config.js/introduction
// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/
const { withSentryConfig } = require('@sentry/nextjs')
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
images: {
domains: [
process.env.SUPABASE_HOSTNAME || 'xxxx.supabase.co', // to prevent vercel failed
'b.jimmylv.cn',
'avatars.dicebear.com',
// "i2.hdslb.com",
// "avatars.githubusercontent.com",
// "s3-us-west-2.amazonaws.com",
],
},
async rewrites() {
return [
{
source: '/api/:path*',
destination: `${process.env.INTERNAL_API_HOSTNAME || ''}/api/:path*`,
},
{
source: '/blocked',
destination: '/shop',
},
]
},
}
module.exports = withSentryConfig(module.exports, { silent: true }, { hideSourcemaps: true })
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。