feat: Add bootstrap icons dependency
- Add node package for bootstrap icons - New eleventy config addPassthroughCopy for package files - Change link to local resource - Change all node dependencies to production
This commit is contained in:
parent
8b7241c4da
commit
a33163d556
4 changed files with 25 additions and 6 deletions
|
|
@ -30,8 +30,9 @@
|
|||
"serve": "npm run style:watch & npx @11ty/eleventy --serve"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"sass": "^1.69.4"
|
||||
"sass": "^1.69.4",
|
||||
"bootstrap-icons": "^1.13.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue