Skip to content

Commit b889a44

Browse files
committed
chore(front): simplify
1 parent 41c0eb0 commit b889a44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = (phase: string) => {
66
const nextConfig: NextConfig = {
77
images: {
88
remotePatterns: [new URL("http://localhost:20080/**")],
9-
dangerouslyAllowLocalIP: phase === PHASE_DEVELOPMENT_SERVER ? true : false,
9+
dangerouslyAllowLocalIP: phase === PHASE_DEVELOPMENT_SERVER,
1010
},
1111
turbopack: {
1212
rules: {

0 commit comments

Comments
 (0)