feat: self host font-awesome 7.0
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user