Skip to content

Commit e96c06c

Browse files
authored
fix: optimize the official website header (#42)
* fix: optimize the official website header * fix: modify review comments * fix: modify review comments
1 parent a3522f2 commit e96c06c

6 files changed

Lines changed: 390 additions & 169 deletions

File tree

packages/common/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"vue": "^3.4.31"
13+
"vue": "^3.4.31",
14+
"vite-plugin-static-copy": "2.3.0"
1415
},
1516
"devDependencies": {
1617
"@vitejs/plugin-vue": "^5.0.5",
Lines changed: 27 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)