@@ -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 : {
0 commit comments