/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
reactCompiler: true,
// basePath: "/sweetHome",
// assetPrefix: "/sweetHome/",
};
export default nextConfig;