File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } ) ,
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ const resolvedImageWithDomain = new URL(
2020const { title } = Astro .props ;
2121
2222const 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 />
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments