diff --git a/apps/blog/package.json b/apps/blog/package.json index 8b1de3a..bd10b57 100644 --- a/apps/blog/package.json +++ b/apps/blog/package.json @@ -3,7 +3,7 @@ "type": "module", "scripts": { "dev": "astro dev --port 4322", - "build": "astro build", + "build": "astro build --remote", "preview": "astro preview" }, "dependencies": { diff --git a/vercel.json b/vercel.json index 49afc9c..f483096 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,4 @@ { - "buildCommand": "pnpm --filter @ily/blog build --remote", + "buildCommand": "pnpm --filter @ily/blog build", "outputDirectory": "apps/blog/dist" }