Skip to content

Commit 16500d2

Browse files
committed
fix animations and gitignore
1 parent 9142932 commit 16500d2

File tree

5 files changed

+16431
-1890
lines changed

5 files changed

+16431
-1890
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
data/
1+
/data/
22
*.exe
33
node_modules
44
.env

frontend/docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ const config: Config = {
291291
label: "Blog",
292292
to: "/blog",
293293
},
294+
{
295+
label: "Animations",
296+
to: "/animations",
297+
},
294298
{
295299
label: "UID Generator",
296300
to: "/uid",

0 commit comments

Comments
 (0)