update contect page

This commit is contained in:
2026-06-04 15:49:51 +05:30
parent b2d64bd335
commit d5987b5dd1
3 changed files with 221 additions and 21 deletions

View File

@@ -1,7 +1,9 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "export",
images: {
unoptimized: true,
formats: ["image/avif", "image/webp"],
},
};