modify some things to remove warnings on server and in browser console

This commit is contained in:
2023-05-16 06:39:36 -06:00
parent a9844e6e78
commit f603882d42
6 changed files with 12 additions and 6 deletions

View File

@@ -7,4 +7,9 @@ module.exports = defineConfig({
topLevelAwait: true,
},
},
pwa: {
iconPaths: {
faviconSVG: 'img/icons/safari-pinned-tab.svg',
}
}
});