Files
SweetHome/next.config.mjs
mouazkh 85252c9b76
All checks were successful
Build frontend / build (push) Successful in 34s
removed basePath and assetPrefix
2026-03-19 21:49:27 +03:00

10 lines
206 B
JavaScript

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