Skip to content

Commit 5cc793d

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

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-
ln -s .output/public website
4+
cp -r .output/public website

0 commit comments

Comments
 (0)