mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
add umami analytics integration
This commit is contained in:
@@ -144,9 +144,15 @@ export const MainContent = ({ shell }: { shell?: boolean }) => {
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
<Suspense fallback={<Spinner container />}>
|
||||
<Outlet />
|
||||
</Suspense>
|
||||
<MainContentBody />
|
||||
</motion.div>
|
||||
);
|
||||
};
|
||||
|
||||
function MainContentBody() {
|
||||
return (
|
||||
<Suspense fallback={<Spinner container />}>
|
||||
<Outlet />
|
||||
</Suspense>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user