feat: add netlify configuration
This commit is contained in:
parent
51ed2729c3
commit
2cdc76cae0
2 changed files with 11 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue