|
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
|
|
|
|
|
|
export default defineConfig({
|
|
|
title: 'TresJS',
|
|
|
- description: 'Autogenerated wrappers based on THREE instances',
|
|
|
+ description: 'Declarative ThreeJS using Vue Components',
|
|
|
head: [['link', { rel: 'icon', type: 'image/svg', href: '/favicon.svg' }]],
|
|
|
themeConfig: {
|
|
|
logo: '/logo.svg',
|
|
@@ -29,7 +29,7 @@ export default defineConfig({
|
|
|
},
|
|
|
],
|
|
|
socialLinks: [
|
|
|
- { icon: 'github', link: 'https://github.com/alvarosabu/tres' },
|
|
|
+ { icon: 'github', link: 'https://github.com/tresjs/tres' },
|
|
|
{ icon: 'twitter', link: 'https://twitter.com/alvarosabu' },
|
|
|
],
|
|
|
},
|