mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: add .dockerignore file and update Dockerfile for improved build process and environment management for self hosting
This commit is contained in:
parent
05abc93017
commit
0db916c512
5 changed files with 1727 additions and 1475 deletions
|
|
@ -30,7 +30,7 @@ export default function RootLayout({
|
|||
initial="hidden" // Set the initial state to variants.hidden
|
||||
animate="enter" // Animated state to variants.enter
|
||||
exit="exit" // Exit state (used later) to variants.exit
|
||||
transition={{ type: 'linear' }} // Set the transition to linear
|
||||
transition={{ type: 'tween' }} // Set the transition to tween
|
||||
>
|
||||
{children}
|
||||
</motion.main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue