mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 15:31:53 +08:00
fix: isProduction always true
This commit is contained in:
@@ -47,7 +47,7 @@ export default function AboutPage() {
|
|||||||
return "unknown";
|
return "unknown";
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
const inProduction = true;
|
const inProduction = env.MODE === "production";
|
||||||
|
|
||||||
const containerVariants = {
|
const containerVariants = {
|
||||||
hidden: { opacity: 0 },
|
hidden: { opacity: 0 },
|
||||||
|
|||||||
Reference in New Issue
Block a user