Skip to content

Commit 2fa9def

Browse files
committed
fix: try to fix build-cf.sh for nuxt
1 parent 5cc793d commit 2fa9def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/build-cf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#! /bin/bash
22

33
npm run generate
4-
cp -r .output/public website
4+
cp -r dist website

0 commit comments

Comments
 (0)