Skip to content

Commit 229ad51

Browse files
authored
Use a non-expiring discord link
The default links on discord expire after 7 days
1 parent f9a0364 commit 229ad51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eleventy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = (eleventyConfig) => {
3636
eleventyConfig.addPassthroughCopy("browserconfig.xml")
3737
eleventyConfig.addPassthroughCopy("site.webmanifest")
3838

39-
eleventyConfig.addGlobalData("discord", "https://discord.gg/9BmuCcK6")
39+
eleventyConfig.addGlobalData("discord", "https://discord.gg/CqhDNXepDV")
4040
eleventyConfig.addGlobalData("baseurl", "https://webcomponents.guide")
4141
eleventyConfig.addGlobalData("repository", "https://github.com/WebComponentsGuide/webcomponents.guide")
4242

0 commit comments

Comments
 (0)