Add styles
This commit is contained in:
parent
95216371d3
commit
aa318f2d07
|
@ -49,6 +49,7 @@ export default function (eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy("./src/assets/social-image.jpg")
|
eleventyConfig.addPassthroughCopy("./src/assets/social-image.jpg")
|
||||||
eleventyConfig.addPassthroughCopy("./src/assets/icons")
|
eleventyConfig.addPassthroughCopy("./src/assets/icons")
|
||||||
eleventyConfig.addPassthroughCopy("./src/assets/sprite.svg")
|
eleventyConfig.addPassthroughCopy("./src/assets/sprite.svg")
|
||||||
|
eleventyConfig.addPassthroughCopy("./src/assets/styles.css")
|
||||||
|
|
||||||
/*=================*/
|
/*=================*/
|
||||||
/* Layouts */
|
/* Layouts */
|
||||||
|
|
Loading…
Reference in New Issue