mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
feat(seo): pwa and icons
This commit is contained in:
parent
cd9a3bc9b1
commit
b7193e838b
19 changed files with 4668 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue