Skip to content

Commit af9d798

Browse files
committed
fix: removed audio from videos and included assets in upload
1 parent a0162e6 commit af9d798

File tree

9 files changed

+12
-2
lines changed

9 files changed

+12
-2
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.mp4 filter=lfs diff=lfs merge=lfs -text

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ logs
2727
.history
2828

2929
# Project
30-
public/assets
30+
public/assets/data
31+
public/assets/images/avatars
32+
public/assets/videos/*_orig.mp4
3133
package-lock.json

.nuxtignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
public/assets
1+
public/assets/data
2+
public/assets/images/avatars
4.53 MB
Loading
285 KB
Loading
255 KB
Loading

public/assets/images/og-image.png

285 KB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:a23c6644c370c95dc5445f25ca40db7bf891f83d21761f4c75314269fc21f616
3+
size 118998117
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:4793cadf6631d55d8382b8d96e695493d8e8ce63b9fc59b49afaab0fa9e787f8
3+
size 231187164

0 commit comments

Comments
 (0)