diff --git a/apps/blog/src/content/posts/hello-world.md b/apps/blog/src/content/posts/hello-world.md index 985aa9a..9c74d61 100644 --- a/apps/blog/src/content/posts/hello-world.md +++ b/apps/blog/src/content/posts/hello-world.md @@ -1,5 +1,5 @@ --- -title: Hello World +title: hello world date: 2026-01-01 --- diff --git a/apps/blog/src/content/posts/second-post.md b/apps/blog/src/content/posts/second-post.md index 882fe83..0c514c0 100644 --- a/apps/blog/src/content/posts/second-post.md +++ b/apps/blog/src/content/posts/second-post.md @@ -1,6 +1,6 @@ --- -title: My Second Post -date: 2025-01-02 +title: my second post +date: 2026-01-02 --- Another post to test the listing. diff --git a/apps/blog/vercel.json b/apps/blog/vercel.json deleted file mode 100644 index caf3eaa..0000000 --- a/apps/blog/vercel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "buildCommand": "cd apps/blog && npm install && npx astro build --remote", - "outputDirectory": "apps/blog/dist", - "installCommand": "echo 'skipping root install'" -} diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..49afc9c --- /dev/null +++ b/vercel.json @@ -0,0 +1,4 @@ +{ + "buildCommand": "pnpm --filter @ily/blog build --remote", + "outputDirectory": "apps/blog/dist" +}