rainnny.club/next.config.mjs
Rainnny7 65b4a46f73
All checks were successful
Deploy Site / docker (ubuntu-latest, 2.44.0) (push) Successful in 2m26s
Add build files
2024-08-29 04:19:23 -04:00

15 lines
222 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
images: {
remotePatterns: [
{
protocol: "https",
hostname: "img.icons8.com",
},
],
},
};
export default nextConfig;