Skip to content

Commit 06b5cba

Browse files
committed
feat(website): update links
1 parent dec7727 commit 06b5cba

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/.vitepress/config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig({
2222
}
2323
},
2424
title: 'YODAOS JSAR',
25-
description: 'Revolutionary Browser Engine for Spatial Web',
25+
description: 'Open Source Browser Engine for the Spatial Web',
2626
ignoreDeadLinks: true, // Temporarily ignore dead links while we migrate
2727
buildEnd: buildStart,
2828

@@ -31,7 +31,7 @@ export default defineConfig({
3131
['meta', { name: 'theme-color', content: '#3b82f6' }],
3232
['meta', { property: 'og:type', content: 'website' }],
3333
['meta', { property: 'og:locale', content: 'en' }],
34-
['meta', { property: 'og:title', content: 'JSAR | Revolutionary Browser Engine for Spatial Web' }],
34+
['meta', { property: 'og:title', content: 'JSAR | Open Source Browser Engine for the Spatial Web' }],
3535
['meta', { property: 'og:site_name', content: 'JSAR' }],
3636
['meta', { property: 'og:image', content: '/JSAR_POSTER.png' }],
3737
],
@@ -182,8 +182,8 @@ export default defineConfig({
182182
],
183183

184184
footer: {
185-
message: 'Released under the Apache 2.0 License.',
186-
copyright: 'Copyright © 2025 M-CreativeLab'
185+
message: 'Apache 2.0 License.<br>Built with ❤️ using <a href="https://www.trae.ai/" target="_blank">Trae 2.0</a>.',
186+
copyright: '©2025 ROKID MLabs. All rights reserved.'
187187
},
188188

189189
editLink: {

docs/.vitepress/theme/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
font-size: 2rem;
5454
font-weight: 600;
5555
margin-top: 1rem;
56+
max-width: fit-content;
5657
}
5758

5859
.VPHero .tagline {

0 commit comments

Comments
 (0)