add QR code for contact info

This commit is contained in:
2023-05-20 20:41:15 -06:00
parent d1194297ac
commit 40f9de0609
6 changed files with 370 additions and 27 deletions

View File

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