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 c07372f commit 3fa9e8dCopy full SHA for 3fa9e8d
.eleventy.js
@@ -35,6 +35,7 @@ module.exports = (eleventyConfig) => {
35
eleventyConfig.addPassthroughCopy("images")
36
eleventyConfig.addPassthroughCopy("browserconfig.xml")
37
eleventyConfig.addPassthroughCopy("site.webmanifest")
38
+ eleventyConfig.addPassthroughCopy("key.gpg")
39
40
eleventyConfig.addGlobalData("discord", "https://discord.gg/CqhDNXepDV")
41
eleventyConfig.addGlobalData("baseurl", "https://webcomponents.guide")
0 commit comments