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;