diff options
author | Indrajith K L | 2022-09-03 04:38:12 +0530 |
---|---|---|
committer | Indrajith K L | 2022-09-03 04:38:12 +0530 |
commit | 9c7aa76cf8cf58137b18151aa70f64b4a71811b5 (patch) | |
tree | d875a25cb6860aee9193856f9212f607e664394b /.eleventy.js | |
parent | e2a597a5efcd09f99b6e85620971c3e2fc50db12 (diff) | |
download | indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.tar.gz indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.tar.bz2 indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.zip |
Tailwind Build Process Changes
* Uses npm-run-all to manage build process
* Removed Concurrently
Style Fixes
Diffstat (limited to '.eleventy.js')
-rw-r--r-- | .eleventy.js | 2 |
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", |