fix vid
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build && cp -r public/* out/",
|
||||
"build": "next build && cp -r public/* out/ && cp public/videos/*.mp4 out/videos/",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
|
Reference in New Issue
Block a user