werefox-cafe/src/info/next.config.js

18 lines
343 B
JavaScript
Executable File

module.exports = {
reactStrictMode: true,
images: {
domains: [
"cdn.yiff.life",
"assets.freedom.horse",
"s3-us-west-2.amazonaws.com",
"elekk.xyz",
"functional.cafe",
"dragon.style",
"masto.werefox.cafe",
"hackers.town",
"pool.jortage.com",
"media.chitter.xyz"
],
},
};