Skip to content

Commit

Permalink
logo test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Sep 12, 2024
1 parent dc326d8 commit 86fb82a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
images: {
formats: ['image/avif', 'image/webp'],
},
};

export default nextConfig;

0 comments on commit 86fb82a

Please sign in to comment.