diff --git a/package.json b/package.json index 3e98da8..4b74aa0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "astro build", "preview": "astro preview", "astro": "astro", - "deploy": "npm run build && scp -r dist ayo@ayco.io:~/ayco.io-astro" + "deploy": "npm run build && scp -prq dist/. ayo@ayco.io:~/ayco.io-astro/dist" }, "dependencies": { "@astro-reactive/form": "^0.8.1",