fix: fontawesome location
Some checks failed
Build and Push Docker Image to Gitea / build-and-push-to-gitea (push) Has been cancelled
Some checks failed
Build and Push Docker Image to Gitea / build-and-push-to-gitea (push) Has been cancelled
This commit is contained in:
@@ -14,7 +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.addPassthroughCopy("src/assets/fontawesome");
|
||||
|
||||
|
||||
eleventyConfig.addPlugin(syntaxHighlight);
|
||||
|
Reference in New Issue
Block a user