Skip to content

Commit

Permalink
chore: update vite-plugin-favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Oct 9, 2024
1 parent 15f9a25 commit 8c30979
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"typescript-svelte-plugin": "^0.3.41",
"unocss": "^0.62.3",
"vite": "^5.4.3",
"vite-plugin-favicons": "^0.1.4"
"vite-plugin-favicons": "^0.1.5"
}
}
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default defineConfig({
plugins: [
/* favicon と metadata の設定 */
faviconsPlugin({
cache: true,
/** ===== faviconsの設定 ===== */
imgSrc: relativePath('./src/assets/vimjp-radio-cover-art/3000x3000-fs8.png'),
/** ========================= */
Expand Down

0 comments on commit 8c30979

Please sign in to comment.