add favicon: bold u: on dark rounded square
All checks were successful
Deploy to S3 / deploy (push) Successful in 45s
All checks were successful
Deploy to S3 / deploy (push) Successful in 45s
This commit is contained in:
@@ -52,6 +52,7 @@ function heroImageShortcode(src, alt) {
|
||||
module.exports = function (eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("css");
|
||||
eleventyConfig.addPassthroughCopy("img");
|
||||
eleventyConfig.addPassthroughCopy("favicon.svg");
|
||||
|
||||
eleventyConfig.addShortcode("image", imageShortcode);
|
||||
eleventyConfig.addShortcode("heroImage", heroImageShortcode);
|
||||
|
||||
Reference in New Issue
Block a user