Skip to content

Commit

Permalink
refactor: fix config after dep upd
Browse files Browse the repository at this point in the history
  • Loading branch information
lekotros committed Dec 2, 2022
1 parent b78d64b commit d612be6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ const nextConfig = {
staticPageGenerationTimeout: 3600,
env: {
API_URL: process.env.API_URL,
MQTT_URL: process.env.MQTT_URL,
MQTT_URL: process.env.MQTT_URL
},
images: {
loader: 'custom',
path: '',
},
loader: 'custom'
}
}

module.exports = nextConfig

0 comments on commit d612be6

Please sign in to comment.