-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: π€ updating packages (#121)
* chore: π€ updating packages fix: π addressing config updates feat: πΈ adding localblog chore: π€ adding more tests chore: π€ updated configs for nonprod feat: πΈ adding more tests * chore: π€ add more tests * fix: π addressing configs * fix: π addressing localdev
- Loading branch information
Showing
33 changed files
with
1,178 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.15.0 | ||
18.17.0 |
Binary file added
BIN
+3.16 MB
...v7_macos_aarch64_0.102.1/9337b8d997ce81bcb1224be85097fbc812cb4e95991d795df1a1b50bd3ec7554
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"posts": [ | ||
{ | ||
"id": 1, | ||
"title": "My first blog post", | ||
"author": "Lenny Peters", | ||
"date": "2022-01-05", | ||
"content": "banana's are the best" | ||
"title": "Biking", | ||
"author": "Lenny", | ||
"content": "Biking is fun", | ||
"date": "2023-12-05", | ||
"id": 1 | ||
}, | ||
{ | ||
"id": 2, | ||
"title": "Today was a strange day", | ||
"author": "Lenny Peters", | ||
"date": "2022-01-06", | ||
"content": "It started raining for no reason." | ||
"title": "skateboarding", | ||
"author": "Kat", | ||
"content": "Running is fun", | ||
"date": "2023-12-06", | ||
"id": 2 | ||
}, | ||
{ | ||
"id": 3, | ||
"title": "Why don't they make bacon?", | ||
"author": "Lenny Peters", | ||
"date": "2022-01-06", | ||
"content": "Shocked how many times I don't see omelette's with bacon on the menu." | ||
"title": "This is a new title", | ||
"author": "lenny", | ||
"content": "Lets see this new edit page", | ||
"date": "", | ||
"id": 3 | ||
}, | ||
{ | ||
"id": 4, | ||
"title": "Traffic ticket", | ||
"author": "Lenny Peters", | ||
"date": "2022-01-07", | ||
"content": "I guess I shouldn't speed" | ||
} | ||
], | ||
"comments": [ | ||
"title": "Hello its me", | ||
"author": "Amber", | ||
"content": "Eating chocolate is wonderful", | ||
"date": "", | ||
"id": 4 | ||
}, | ||
{ | ||
"id": 1, | ||
"postId": 1, | ||
"author": "Lenny Peters", | ||
"content": "This is the best blog post ever!" | ||
"title": "Chicken Is Delicious ", | ||
"author": "Lenny", | ||
"content": "Its a wonderful protein", | ||
"date": "Sat Dec 09 2023", | ||
"id": 5 | ||
} | ||
] | ||
], | ||
"comments": [] | ||
} |
Oops, something went wrong.
5d58d1b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
setup-example-next β ./
setup-example-next.vercel.app
setup-example-next-loonz806.vercel.app
setup-example-next-git-main-loonz806.vercel.app