We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68347a6 commit f236070Copy full SHA for f236070
packages/docs/src/.vitepress/config.js
@@ -9,6 +9,9 @@ export default defineConfig({
9
],
10
themeConfig: {
11
lastUpdated: true,
12
+ socialLinks: [
13
+ { icon: 'github', link: 'https://github.com/vuejs/apollo' },
14
+ ],
15
footer: {
16
message: `Released under the MIT License.`,
17
copyright: `Copyright © 2015-present Guillaume Chau`,
0 commit comments