made system changes

This commit is contained in:
SinachPat
2026-04-23 10:21:51 +01:00
parent ea5fcca654
commit eb9c6c1f2c
2 changed files with 822 additions and 0 deletions
+7
View File
@@ -5,6 +5,13 @@ const nextConfig: NextConfig = {
experimental: {
optimizePackageImports: ['@fluentui/react-components'],
},
async rewrites() {
return {
beforeFiles: [
{ source: '/', destination: '/marketing.html' },
],
};
},
};
export default nextConfig;