Add styles

This commit is contained in:
Gal 2024-11-21 19:33:34 +01:00
parent 95216371d3
commit aa318f2d07
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ export default function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("./src/assets/social-image.jpg")
eleventyConfig.addPassthroughCopy("./src/assets/icons")
eleventyConfig.addPassthroughCopy("./src/assets/sprite.svg")
eleventyConfig.addPassthroughCopy("./src/assets/styles.css")
/*=================*/
/* Layouts */