Skip to content

Commit 4b39f99

Browse files
DorianZhengclaude
andcommitted
Replace Astroship branding with BoxLite throughout site
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 98d9ac2 commit 4b39f99

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/content/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const blogCollection = defineCollection({
1212
alt: z.string(),
1313
}),
1414
publishDate: z.string().transform(str => new Date(str)),
15-
author: z.string().default('Astroship'),
15+
author: z.string().default('BoxLite'),
1616
category: z.string(),
1717
tags: z.array(z.string()),
1818
}),

src/layouts/Layout.astro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ const resolvedImageWithDomain = new URL(
2020
const { title } = Astro.props;
2121
2222
const makeTitle = title
23-
? title + " | " + "Astroship"
24-
: "Astroship - Starter Template for Astro with Tailwind CSS";
23+
? title + " | " + "BoxLite"
24+
: "BoxLite — Sandboxing Made Simple";
2525
---
2626

2727
<!doctype html>
@@ -35,22 +35,22 @@ const makeTitle = title
3535
<!-- <link rel="preload" as="image" href={src} alt="Hero" /> -->
3636
<SEO
3737
title={makeTitle}
38-
description="Astroship is a starter website template for Astro built with TailwindCSS."
38+
description="A single library for AI agent isolation. No daemon, no dependencies—just import and sandbox."
3939
canonical={canonicalURL}
4040
twitter={{
41-
creator: "@surjithctly",
42-
site: "@web3templates",
41+
creator: "@boxlite",
42+
site: "@boxlite",
4343
card: "summary_large_image",
4444
}}
4545
openGraph={{
4646
basic: {
4747
url: canonicalURL,
4848
type: "website",
49-
title: `Astroship - Starter Template for Astro`,
49+
title: `BoxLite — Sandboxing Made Simple`,
5050
image: resolvedImageWithDomain,
5151
},
5252
image: {
53-
alt: "Astroship Homepage Screenshot",
53+
alt: "BoxLite Homepage",
5454
},
5555
}}
5656
/>

src/pages/contact.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Icon } from "astro-icon/components";
1515

1616
<div class="grid md:grid-cols-2 gap-10 mx-auto max-w-4xl mt-16">
1717
<div>
18-
<h2 class="font-medium text-2xl text-gray-800">Contact Astroship</h2>
18+
<h2 class="font-medium text-2xl text-gray-800">Contact BoxLite</h2>
1919
<p class="text-lg leading-relaxed text-slate-500 mt-3">
2020
Have something to say? We are here to help. Fill up the form or send
2121
email or call phone.

0 commit comments

Comments
 (0)