updated navbar and added react compiler

This commit is contained in:
fgrreloaded
2025-02-17 21:42:35 +05:30
parent a0606e5661
commit 3edd3def2c
4 changed files with 16 additions and 3 deletions

View File

@@ -6,6 +6,9 @@ const withMDX = createMDX();
const config = {
reactStrictMode: true,
output: "export",
experimental: {
reactCompiler: true,
},
};
export default withMDX(config);