precache svg icons

This commit is contained in:
Julien Calixte
2023-11-04 14:10:16 +01:00
parent d1cbe8d033
commit bcde3ad770

View File

@@ -17,7 +17,8 @@ export default defineConfig(({ command }) => {
includeAssets: [
'favicon.ico',
'apple-touch-icon.png',
'masked-icon.svg'
'masked-icon.svg',
'assets/*.svg'
],
manifest: {
name: 'Lite Note',