Skip to content

Commit 99c1f06

Browse files
committed
feat: Add vite-plugin-html to manage HTML and inject dynamic titles.
1 parent 1470330 commit 99c1f06

File tree

3 files changed

+497
-9
lines changed

3 files changed

+497
-9
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"@biomejs/biome": "^1.9.4",
1818
"husky": "^9.1.7",
1919
"lint-staged": "^16.2.7",
20-
"vite": "npm:rolldown-vite@7.2.2"
20+
"vite": "npm:rolldown-vite@7.2.2",
21+
"vite-plugin-html": "^3.2.2"
2122
},
2223
"pnpm": {
2324
"overrides": {

0 commit comments

Comments
 (0)