Skip to content

Commit

Permalink
🎉 feat: merge doro
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Dec 30, 2023
1 parent 407f288 commit ad0c8cd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apps/medium/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ module.exports = withPlugins(
outputFileTracingRoot: join(__dirname, '../../')
},
output: 'standalone',
swcMinify: true,
// swcMinify: true,
typescript: {
ignoreBuildErrors: true
},
async rewrites() {
return [
{
Expand All @@ -32,9 +35,8 @@ module.exports = withPlugins(
},
env: {
NEXT_PUBLIC_RESONATOR:
process.env.RESONATOR ??
process.env.NEXT_PUBLIC_RESONATOR
// 'http://192.168.0.181:3001'
process.env.RESONATOR ?? process.env.NEXT_PUBLIC_RESONATOR
// 'http://192.168.0.181:3001'
},
images: {
deviceSizes: [640, 750, 828, 1080],
Expand Down

0 comments on commit ad0c8cd

Please sign in to comment.