Skip to content

Commit

Permalink
vscode settings: change default path where images are pasted
Browse files Browse the repository at this point in the history
  • Loading branch information
rvion committed Nov 25, 2023
1 parent 3b0c842 commit bbfe5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"pasteImage.path": "docs/static/img/screenshots/",
"pasteImage.path": "site/assets",
"search.exclude": {
"out": true, // set this to false to include "out" folder in search results
"public": true,
Expand Down

0 comments on commit bbfe5ae

Please sign in to comment.