Skip to content

Production Deployment #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 6, 2025
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
# Install pnpm
- name: 📦 Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10

# Setup Node
- name: 📦 Setup Node.js
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ To see the blog in action, visit [blog.pawcode.de](https://blog.pawcode.de/?mtm_
### Latest blog posts

<!-- BLOG-POST-LIST:START -->
- [Building an Astro Integration](https://blog.pawcode.de/posts/building-an-astro-integration/?mtm_compaign=GitHub&mtm_kwd=astro-blog&mtm_source=GitHub)
- [Yearly review: Looking back at 2024](https://blog.pawcode.de/posts/yearly-review-2024/?mtm_compaign=GitHub&mtm_kwd=astro-blog&mtm_source=GitHub)
- [Building an Astro Loader](https://blog.pawcode.de/posts/building-an-astro-loader/?mtm_compaign=GitHub&mtm_kwd=astro-blog&mtm_source=GitHub)
- [Integrating local AI into Rainbow Palette](https://blog.pawcode.de/posts/local-ai-in-the-browser/?mtm_compaign=GitHub&mtm_kwd=astro-blog&mtm_source=GitHub)
<!-- BLOG-POST-LIST:END -->

---
Expand Down
Loading