fix: move about assets into src
All checks were successful
Docker / build-and-push-image (push) Successful in 1m0s
All checks were successful
Docker / build-and-push-image (push) Successful in 1m0s
This commit is contained in:
parent
414164f3b1
commit
9d86db033f
22 changed files with 77 additions and 68 deletions
10
package.json
10
package.json
|
@ -14,10 +14,10 @@
|
|||
"dependencies": {
|
||||
"@astrojs/check": "0.9.4",
|
||||
"@astrojs/mdx": "^4.3.0",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "3.4.0",
|
||||
"@astrojs/rss": "^4.0.12",
|
||||
"@astrojs/sitemap": "3.4.1",
|
||||
"@tailwindcss/vite": "^4.1.8",
|
||||
"astro": "^5.8.1",
|
||||
"astro": "^5.8.2",
|
||||
"astro-icon": "^1.1.5",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
"tailwindcss": "^4.1.8",
|
||||
|
@ -26,10 +26,10 @@
|
|||
"devDependencies": {
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@types/node": "^22.15.24",
|
||||
"@types/node": "^22.15.29",
|
||||
"npm-check-updates": "^18.0.1",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11"
|
||||
"prettier-plugin-tailwindcss": "^0.6.12"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue