Public Access
1
0

fix: fontawesome location
Some checks failed
Build and Push Docker Image to Gitea / build-and-push-to-gitea (push) Has been cancelled

This commit is contained in:
2025-09-04 21:26:04 -04:00
parent bfa52d2625
commit f2acbe9b72
7 changed files with 2 additions and 2 deletions

View File

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