Files
SweetHomeWeb/next.config.mjs
2026-03-19 21:41:02 +03:00

10 lines
200 B
JavaScript

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