ソースを参照

docs: updated social

alvarosabu 2 年 前
コミット
44f59f94ed
2 ファイル変更3 行追加3 行削除
  1. 1 1
      .gitignore
  2. 2 2
      docs/.vitepress/config.ts

+ 1 - 1
.gitignore

@@ -24,4 +24,4 @@ coverage
 *.sln
 *.sw?
 .vitepress/dist
-.vitepress/cache
+.vitepress/cache/

+ 2 - 2
docs/.vitepress/config.ts

@@ -91,8 +91,8 @@ export default defineConfig({
     ],
     socialLinks: [
       /*  { icon: 'github', link: 'https://github.com/tresjs/tres' }, */
-      { icon: 'twitter', link: 'https://twitter.com/alvarosabu' },
-      { icon: 'discord', link: 'https://discord.gg/wXx63MwW' },
+      { icon: 'twitter', link: 'https://twitter.com/tresjs_dev' },
+      { icon: 'discord', link: 'https://discord.gg/UCr96AQmWn' },
     ],
   },
   vite: {