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