rsnext/examples/cms-contentful/next.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
145 B
JavaScript
Raw Normal View History

/** @type {import('next').NextConfig} */
module.exports = {
images: {
loader: "custom",
formats: ["image/avif", "image/webp"],
},
};