feat: add netlify configuration

This commit is contained in:
Devin Haska 2024-02-20 22:42:41 -08:00
parent 51ed2729c3
commit 2cdc76cae0
2 changed files with 11 additions and 1 deletions

View file

@ -8,7 +8,8 @@
"scripts": {
"debug": "DEBUG=Eleventy* eleventy --serve --watch",
"dev": "eleventy --serve --watch",
"lint": "eslint src/ config/"
"lint": "eslint src/ config/",
"build": "eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",