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

View File

@@ -48,7 +48,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css?v={{ buildTime }}">
<link rel="stylesheet" href="/vendor/fontawesome/css/all.min.css">
<link rel="stylesheet" href="/assets/fontawesome/css/all.min.css">
<link rel="stylesheet" href="/css/prism-tomorrow.css?v={{ buildTime }}">
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
</head>