favicon & appicon

This commit is contained in:
2024-04-14 14:48:35 +03:00
parent 17e0f78ecf
commit af608f5b26

View File

@ -9,6 +9,7 @@ export default defineConfig({
},
html: {
favicon: "./static/favicon-32x32.png",
appIcon: "./static/android-chrome-512x512.png",
title: "queueful!",
template: "./static/index.html",
},