mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
chore: rename public/assets path to public/vendors
This commit is contained in:
parent
cc7e0819f6
commit
32a39aed59
7 changed files with 130 additions and 129 deletions
|
@ -11,9 +11,9 @@
|
|||
"astro": "astro",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"comments": "curl -L https://unpkg.com/@waline/client@latest/dist/waline.css -o public/assets/waline/waline.css && curl -L https://unpkg.com/@waline/client@latest/dist/waline.js -o public/assets/waline/waline.js",
|
||||
"new-post": "esno scripts/new-post.ts",
|
||||
"update-theme": "esno scripts/update-theme.ts",
|
||||
"new-post": "esno scripts/new-post.ts"
|
||||
"update-vendors": "curl -L https://unpkg.com/@waline/client@latest/dist/waline.css -o public/vendors/waline/waline.css && curl -L https://unpkg.com/@waline/client@latest/dist/waline.js -o public/vendors/waline/waline.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^4.3.0",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"@astrojs/check": "^0.9.4",
|
||||
"@types/hast": "^3.0.4",
|
||||
"@types/markdown-it": "^14.1.2",
|
||||
"@types/node": "^22.15.23",
|
||||
"@types/node": "^22.15.24",
|
||||
"@types/sanitize-html": "^2.16.0",
|
||||
"@unocss/eslint-plugin": "66.1.2",
|
||||
"@unocss/preset-attributify": "66.1.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue