This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/dist/cli/templates/images.js b/dist/cli/templates/images.js | |
| index e9b59bf14975e25e446632ac3dc3ab190480ee42..7eb9a26bb4a3da07c3b10bec725147d385de30dc 100644 | |
| --- a/dist/cli/templates/images.js | |
| +++ b/dist/cli/templates/images.js | |
| @@ -1,4 +1,4 @@ | |
| -import { error, warn } from "@opennextjs/aws/adapters/logger.js"; | |
| +import { warn } from "@opennextjs/aws/adapters/logger.js"; | |
| /** | |
| * Handles requests to /_next/image(/), including image optimizations. | |
| * |