Skip to content

Commit

Permalink
edit netlify files
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidree committed May 29, 2024
1 parent e735a61 commit 261e9f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[[plugins]]
package = "@quarto/netlify-plugin-quarto"
package = "@quarto/netlify-plugin-quarto"
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"name": "blog",
"version": "1.0.0",
"description": "My blog",
"main": "index.js",
"scripts": {
"compile:sass": "node-sass 00_styles/main.scss 00_styles/styles.css -w"
},
"author": "Adrian Cidre",
"license": "ISC",
"devDependencies": {
"node-sass": "^9.0.0"
},
"dependencies": {
"@quarto/netlify-plugin-quarto": "^0.0.5"
}
}
}

0 comments on commit 261e9f6

Please sign in to comment.