We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9b961 commit 9398cbbCopy full SHA for 9398cbb
README.md
@@ -29,6 +29,8 @@
29
<a href="https://wxt.dev/api/config.html" target="_blank">Configuration</a>
30
•
31
<a href="https://wxt.dev/examples.html" target="_blank">Examples</a>
32
+ •
33
+ <a href="https://discord.gg/ZFsZqGery9" target="_blank">Discord</a>
34
</p>
35
36

docs/.vitepress/config.ts
@@ -146,6 +146,9 @@ export default defineConfig({
146
],
147
},
148
149
- socialLinks: [{ icon: 'github', link: 'https://github.com/wxt-dev/wxt' }],
+ socialLinks: [
150
+ { icon: 'discord', link: 'https://discord.gg/ZFsZqGery9' },
151
+ { icon: 'github', link: 'https://github.com/wxt-dev/wxt' },
152
+ ],
153
154
});
0 commit comments