Skip to content

Commit

Permalink
Package patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels-IO committed Oct 14, 2023
1 parent dafea5f commit 7fc2fe8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion example/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],
deviceSizes: [640, 750, 777, 828, 1080, 1200, 1920, 2048, 3840],
},
basePath: "/subsite",
output: "export",
transpilePackages: ["next-image-export-optimizer"],
env: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-image-export-optimizer",
"version": "1.8.5",
"version": "1.8.6",
"description": "Optimizes all static images for Next.js static HTML export functionality",
"main": "dist/ExportedImage.js",
"types": "dist/ExportedImage.d.ts",
Expand Down

0 comments on commit 7fc2fe8

Please sign in to comment.