From ff94cbfd11fa65fb1932696a5d776f111da01218 Mon Sep 17 00:00:00 2001 From: roll Date: Tue, 23 Dec 2025 12:14:55 +0000 Subject: [PATCH 1/4] Normalized dev port --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e295563..6040d20c 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "generate": "vite-node scripts/generate.ts", "lint": "eslint . && prettier --check .", "prepare": "husky", - "preview": "npm run build && astro preview --open --port 8080", - "start": "astro dev", + "preview": "npm run build && astro preview --open --port 5000", + "start": "astro dev --port 5000", "update": "ncu -u", "test": "npm run lint", "type": "tsc" From 81eacd388e487371daa7d79e46818372fa7ee542 Mon Sep 17 00:00:00 2001 From: roll Date: Tue, 23 Dec 2025 12:24:54 +0000 Subject: [PATCH 2/4] Added validator link --- components/SocialIcons.astro | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/components/SocialIcons.astro b/components/SocialIcons.astro index 925f5171..a5b3596f 100644 --- a/components/SocialIcons.astro +++ b/components/SocialIcons.astro @@ -10,6 +10,8 @@ import Default from "@astrojs/starlight/components/SocialIcons.astro" + + From ded5f131b10564eb4228a4af205aab6b4b6e3dc6 Mon Sep 17 00:00:00 2001 From: roll Date: Tue, 23 Dec 2025 12:29:49 +0000 Subject: [PATCH 3/4] Added frictionless-ts to software --- components/SocialIcons.astro | 4 +++- content/docs/overview/software.mdx | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/components/SocialIcons.astro b/components/SocialIcons.astro index a5b3596f..6ec4a123 100644 --- a/components/SocialIcons.astro +++ b/components/SocialIcons.astro @@ -10,7 +10,9 @@ import Default from "@astrojs/starlight/components/SocialIcons.astro" - +