precache svg icons
This commit is contained in:
@@ -17,7 +17,8 @@ export default defineConfig(({ command }) => {
|
|||||||
includeAssets: [
|
includeAssets: [
|
||||||
'favicon.ico',
|
'favicon.ico',
|
||||||
'apple-touch-icon.png',
|
'apple-touch-icon.png',
|
||||||
'masked-icon.svg'
|
'masked-icon.svg',
|
||||||
|
'assets/*.svg'
|
||||||
],
|
],
|
||||||
manifest: {
|
manifest: {
|
||||||
name: 'Lite Note',
|
name: 'Lite Note',
|
||||||
|
|||||||
Reference in New Issue
Block a user