Banner img added. Format applied to whole project (html and md too)
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-02-15 20:53:26 +01:00
parent c25fbe6d72
commit 695b5cdd44
7 changed files with 72 additions and 55 deletions

View File

@@ -7,8 +7,8 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{js,json,css,md}\"",
"format:check": "prettier --check \"src/**/*.{js,json,css,md}\""
"format": "prettier --write \"./**/*.{js,json,css,md,html}\"",
"format:check": "prettier --check \"src/**/*.{js,json,css,md,html}\""
},
"devDependencies": {
"prettier": "^3.8.1",