design changes

This commit is contained in:
2024-04-12 18:47:19 +03:00
parent 57965fc147
commit d6cfedfe06
14 changed files with 55 additions and 40 deletions

View File

@ -8,7 +8,7 @@ export default defineConfig({
port: 3000,
},
html: {
favicon: "./static/logo-square.png",
favicon: "./static/favicon-32x32.png",
title: "queueful!",
template: "./static/index.html",
},