Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #59 from BuiltWithAnalog/develop
Browse files Browse the repository at this point in the history
still need to push a second time to see changes live & minor adjustments
  • Loading branch information
esthersoftwaredev authored Jul 11, 2024
2 parents e91ad34 + 952b664 commit 100162e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions dist/.nitro/dev/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,19 @@ const projects_get = defineEventHandler(() => [
pricing: "Free",
threeD: false,
developer: "NG Rome"
},
{
name: "Pierre's Portfolio",
imageSrc: "/images/projects/pbouillon.jpg",
url: "https://pbouillon.github.io",
category: "Personal Website",
version: "18.0.0",
versionGroup: "v15 and up",
analogVersion: "1.5.0",
uiLib: "Tailwind CSS",
pricing: "Free",
threeD: false,
developer: "Pierre Bouillon"
}
]);

Expand Down
2 changes: 1 addition & 1 deletion dist/.nitro/dev/index.mjs.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/.nitro/nitro.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "2024-07-07T16:27:27.261Z",
"date": "2024-07-11T05:30:40.215Z",
"preset": "nitro-dev",
"framework": {
"name": "nitro",
Expand All @@ -9,9 +9,9 @@
"nitro": "2.9.6"
},
"dev": {
"pid": 9940,
"pid": 11740,
"workerAddress": {
"socketPath": "\\\\.\\pipe\\nitro\\worker-9940-1.sock"
"socketPath": "\\\\.\\pipe\\nitro\\worker-11740-1.sock"
}
}
}
Binary file modified public/images/projects/pbouillon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/server/routes/projects.get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default defineEventHandler(() => [
developer: "NG Rome",
},
{
name: "Pierre Bouillon's Portfolio",
name: "Pierre's Portfolio",
imageSrc: "/images/projects/pbouillon.jpg",
url: "https://pbouillon.github.io",
category: "Personal Website",
Expand Down

0 comments on commit 100162e

Please sign in to comment.