Skip to content

Commit

Permalink
fix: next config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuxaw committed Jul 14, 2023
1 parent 762f003 commit c2664d4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */

export const images = {
domains: ["cdn.myanimelist.net"],
const nextConfig = {
output: "export",
images: {
domains: ["cdn.myanimelist.net"],
},
}

module.exports = nextConfig

0 comments on commit c2664d4

Please sign in to comment.