We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df35b5d commit c8331d9Copy full SHA for c8331d9
.eleventy.js
@@ -87,7 +87,7 @@ module.exports = (eleventyConfig) => {
87
eleventyConfig.addPassthroughCopy("site.webmanifest")
88
eleventyConfig.addPassthroughCopy("key.gpg")
89
90
- eleventyConfig.addGlobalData("discord", "https://discord.gg/CqhDNXepDV")
+ eleventyConfig.addGlobalData("discord", "https://discord.gg/fZVH6b69hQ")
91
eleventyConfig.addGlobalData("baseurl", "https://webcomponents.guide")
92
eleventyConfig.addGlobalData("repository", "https://github.com/WebComponentsGuide/webcomponents.guide")
93
eleventyConfig.addGlobalData("mastodon", "https://fosstodon.org/@webcomponentsguide")
0 commit comments