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 f9a0364 commit 229ad51Copy full SHA for 229ad51
.eleventy.js
@@ -36,7 +36,7 @@ module.exports = (eleventyConfig) => {
36
eleventyConfig.addPassthroughCopy("browserconfig.xml")
37
eleventyConfig.addPassthroughCopy("site.webmanifest")
38
39
- eleventyConfig.addGlobalData("discord", "https://discord.gg/9BmuCcK6")
+ eleventyConfig.addGlobalData("discord", "https://discord.gg/CqhDNXepDV")
40
eleventyConfig.addGlobalData("baseurl", "https://webcomponents.guide")
41
eleventyConfig.addGlobalData("repository", "https://github.com/WebComponentsGuide/webcomponents.guide")
42
0 commit comments