Public Access
1
0

feat: self host google fonts

This commit is contained in:
2025-09-05 14:58:38 -04:00
parent 54471b2c2b
commit 390b8af67d
6 changed files with 33 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy({ 'src/sitemap.xml': '/sitemap.xml' });
eleventyConfig.addPassthroughCopy("src/css/prism-tomorrow.css");
eleventyConfig.addPassthroughCopy("src/assets/fontawesome");
eleventyConfig.addPassthroughCopy("src/assets/googlefonts");
eleventyConfig.addPlugin(syntaxHighlight);