1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-26 00:29:38 +02:00

feat(seo): pwa and icons

This commit is contained in:
Corentin Thomasset 2022-04-15 16:11:25 +02:00
parent cd9a3bc9b1
commit b7193e838b
No known key found for this signature in database
GPG key ID: DBD997E935996158
19 changed files with 4668 additions and 1 deletions

View file

@ -1,6 +1,9 @@
import { createApp } from 'vue';
import { createPinia } from 'pinia';
import { createHead } from '@vueuse/head';
import { registerSW } from 'virtual:pwa-register';
registerSW();
import { Buffer } from 'buffer';
globalThis.Buffer = Buffer;