Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Jun 27, 2022
1 parent 13fa5c4 commit 1dec20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "astro preview --experimental-integrations",
"format": "prettier -w --plugin-search-dir=. --cache .",
"lint": "eslint . --ext .ts,.js,.astro",
"copy:images": "cp -r static/assets/images dist/assets/images"
"copy:images": "cp -r static/assets/images dist/assets/"
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.1",
Expand Down

0 comments on commit 1dec20a

Please sign in to comment.