Skip to content

Commit eb31179

Browse files
committed
Fix errant path
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 294c530 commit eb31179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DOCKERRUN=docker container run \
77
-t \
88
-v `pwd`:/app \
99
${CONTAINER}:${TAG}
10-
DOCSDEST?=../../../sites/nystudio107/web/docs/vite
10+
DOCSDEST?=../../../sites/nystudio107/web/docs/transcoder
1111

1212
.PHONY: docker build dev fix install lint update npm
1313

0 commit comments

Comments
 (0)