Public Access
1
0

feat: self host font-awesome 7.0

This commit is contained in:
2025-09-04 21:22:11 -04:00
parent 5009f265b0
commit bfa52d2625
11 changed files with 44 additions and 22 deletions

View File

@@ -14,6 +14,7 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy({ 'src/robots.txt': '/robots.txt' });
eleventyConfig.addPassthroughCopy({ 'src/sitemap.xml': '/sitemap.xml' });
eleventyConfig.addPassthroughCopy("src/css/prism-tomorrow.css");
eleventyConfig.addPassthroughCopy("src/vendor/fontawesome");
eleventyConfig.addPlugin(syntaxHighlight);