ajout des images sur les services

This commit is contained in:
toine 2025-10-05 15:14:24 +02:00
parent 9737caff99
commit cdb70ca5ea
7 changed files with 19 additions and 2 deletions

View file

@ -2,6 +2,9 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
domains: ['photos.toine-server.eu'],
},
};
export default nextConfig;