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);
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user