Compare commits

...

3 Commits

Author SHA1 Message Date
1390d8915e small about change
All checks were successful
Deploy to Vercel / deploy (push) Successful in 57s
2026-04-30 15:16:00 +02:00
d31443bd44 small about change
All checks were successful
Deploy to Vercel / deploy (push) Successful in 1m5s
2026-04-30 15:12:16 +02:00
41d9132858 optimize pnpm store
All checks were successful
Deploy to Vercel / deploy (push) Successful in 1m7s
2026-04-30 15:04:47 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
corepack prepare pnpm@10 --activate
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --frozen-lockfile --store-dir=/var/cache/pnpm-store
- name: Verify Vercel credentials
run: |

View File

@@ -9,7 +9,7 @@ import type { Metadata } from "next";
export const metadata: Metadata = {
title: "About",
description:
"Chris Smith — solo PHP developer running Five Devs, LLC out of Henderson, NV. Fifteen years of shipping the unglamorous parts of e-commerce and logistics.",
"Chris Smith — solo PHP developer running Five Devs, LLC from my home office. Fifteen years of shipping the unglamorous parts of e-commerce and logistics.",
};
export default function AboutPage() {
@@ -26,7 +26,7 @@ export default function AboutPage() {
<p className="text-xl leading-relaxed">
I&rsquo;ve been writing PHP since 2010 and running{" "}
<strong className="text-ink">Five Devs, LLC</strong> for years
out of Henderson, Nevada. Before Five Devs I ran CGSmith LLC,
from my home office. Before Five Devs I ran CGSmith LLC,
doing more or less the same work under a different name.
</p>