good presidio

This commit is contained in:
nBiqoz
2025-06-18 13:45:23 +02:00
parent 4c0622e47e
commit 8c7a19e881
8 changed files with 898 additions and 469 deletions

View File

@@ -1,5 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
/** @type {import('next').NextConfig} */
const nextConfig = {
// Il n'y a plus aucune configuration spécifique nécessaire !
// Vous pouvez laisser cet objet vide.
};
export default nextConfig;