gallery/next.config.js
2022-12-29 04:16:30 +01:00

9 lines
191 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['booru.lio.gallery', 'noco.lio.systems'],
},
}
module.exports = nextConfig