import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  // Local Mahakal / Shiva imagery under /public/images
};

export default nextConfig;
