Skip to content

Commit

Permalink
Remove avif image option
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Oct 30, 2024
1 parent 7798307 commit b0b2186
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions next.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
images: {
formats: ["image/avif", "image/webp"],
},
output: "standalone",
compress: false,
experimental: {
Expand Down

0 comments on commit b0b2186

Please sign in to comment.