diff --git a/README.md b/README.md index 8fc190f..06fc063 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ See [Vitesse](https://github.com/antfu/vitesse) for full featureset. - [`vite-plugin-components`](https://github.com/antfu/vite-plugin-components) - components auto import - [`vite-plugin-windicss`](https://github.com/antfu/vite-plugin-windicss) - WindiCSS support - [VueUse](https://github.com/antfu/vueuse) - collection of useful composition APIs -- [`@vueuse/head`](https://github.com/vueuse/head) - manipulate document head reactively - [`vue-global-api`](https://github.com/antfu/vue-global-api) - Use Vue Composition API globally ## Try it now! diff --git a/index.html b/index.html index 50669c4..5a39efa 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ - - + Vitesse Lite +
diff --git a/package.json b/package.json index 2b95351..c5b5799 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ }, "dependencies": { "@vueuse/core": "^6.0.0", - "@vueuse/head": "^0.6.0", "vue": "^3.2.2", "vue-demi": "^0.11.3", "vue-global-api": "^0.4.1", diff --git a/public/pwa-192x192.png b/public/pwa-192x192.png deleted file mode 100644 index a8aae8d..0000000 Binary files a/public/pwa-192x192.png and /dev/null differ diff --git a/public/pwa-512x512.png b/public/pwa-512x512.png deleted file mode 100644 index 9bdb895..0000000 Binary files a/public/pwa-512x512.png and /dev/null differ diff --git a/src/App.vue b/src/App.vue index be5093b..95bd371 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,3 @@ - - - - -meta: - layout: 404 -