aboutsummaryrefslogtreecommitdiff
path: root/.eleventy.js
diff options
context:
space:
mode:
Diffstat (limited to '.eleventy.js')
-rw-r--r--.eleventy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eleventy.js b/.eleventy.js
index ab22c9d..2a2b255 100644
--- a/.eleventy.js
+++ b/.eleventy.js
@@ -8,7 +8,7 @@ const pluginRss = require("@11ty/eleventy-plugin-rss");
module.exports = function (config) {
config.addPassthroughCopy({
- "src/_includes/assets/css/styles.css": "./styles.css",
+ "src/_includes/assets/css/styles.css": "./global.css",
});
config.addPassthroughCopy({
"src/css/fonts": "./fonts",