async (not working tbh)

This commit is contained in:
2024-04-14 14:45:01 +03:00
parent 17e0f78ecf
commit 033dbc538e
11 changed files with 95 additions and 50 deletions

View File

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