add favicon: bold u: on dark rounded square
All checks were successful
Deploy to S3 / deploy (push) Successful in 45s

This commit is contained in:
2026-03-28 05:07:32 +00:00
parent cd3fbc144f
commit 24deb87fc5
4 changed files with 7 additions and 0 deletions

View File

@@ -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);