Files
SweetHome/next.config.mjs
mouazkh a2139cf112
Some checks failed
Build frontend / build (push) Failing after 1m40s
added base path
2026-03-19 21:35:59 +03:00

9 lines
171 B
JavaScript

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