mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-06-29 20:46:18 +00:00
Compare commits
4 Commits
a3b0322d1f
...
822063d58b
| Author | SHA1 | Date | |
|---|---|---|---|
| 822063d58b | |||
| d832695f73 | |||
| 752a7e4012 | |||
| 72bd7f877c |
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Install, build, and upload your site
|
- name: Install, build, and upload your site
|
||||||
uses: withastro/action@v2
|
uses: withastro/action@v2
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 22
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
|
|||||||
Generated
+880
-370
File diff suppressed because it is too large
Load Diff
@@ -25,7 +25,7 @@ allPosts.forEach(post => {
|
|||||||
{allPosts.length === 0 && <p>No posts as of yet, hop back later!</p>}
|
{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) || [];
|
const posts = categorizedPosts.get(category) || [];
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user