Compare commits

...

4 Commits

Author SHA1 Message Date
YouHaveTrouble 822063d58b set node version to 22 2026-06-05 11:59:27 +02:00
YouHaveTrouble d832695f73 more depend updates 2026-06-05 11:52:29 +02:00
YouHaveTrouble 752a7e4012 always .map() an array 2026-06-05 11:22:33 +02:00
YouHaveTrouble 72bd7f877c update depends 2026-06-05 11:22:19 +02:00
3 changed files with 882 additions and 372 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
node-version: 20
node-version: 22
deploy:
needs: build
+880 -370
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -25,7 +25,7 @@ allPosts.forEach(post => {
{allPosts.length === 0 && <p>No posts as of yet, hop back later!</p>}
{
categorizedPosts.keys().map(category => {
categorizedPosts.keys().toArray().map(category => {
const posts = categorizedPosts.get(category) || [];
return (
<div>