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 @@
-
-
diff --git a/src/main.ts b/src/main.ts
index 57f7078..416c051 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -3,7 +3,6 @@ import 'vue-global-api'
import { createApp } from 'vue'
import { createRouter, createWebHistory } from 'vue-router'
import routes from 'virtual:generated-pages'
-import { createHead } from '@vueuse/head'
import App from './App.vue'
// windicss layers
@@ -17,7 +16,5 @@ const router = createRouter({
history: createWebHistory(),
routes,
})
-const head = createHead()
-app.use(head)
app.use(router)
app.mount('#app')
diff --git a/src/pages/[...all].vue b/src/pages/[...all].vue
index 65a0a38..241e7e2 100755
--- a/src/pages/[...all].vue
+++ b/src/pages/[...all].vue
@@ -3,8 +3,3 @@
Not Found
-
-
-meta:
- layout: 404
-