Skip to content

Commit

Permalink
chore(dev): remove duplicate uphead
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jan 12, 2024
1 parent 834c91d commit 1866f97
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/vuetify/dev/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import vuetify from './vuetify'
import App from './App.vue'

import { createHead } from '@unhead/vue'
import { routes } from './router'
import viteSSR from 'vite-ssr/vue'

Expand All @@ -12,12 +11,6 @@ import { fas } from '@fortawesome/free-solid-svg-icons'
library.add(fas)

export default viteSSR(App, { routes }, ({ app }) => {
const head = createHead()

// app.config.performance = true
app.use(head)
app.use(vuetify)
app.component('FontAwesomeIcon', FontAwesomeIcon)

return { head }
})

0 comments on commit 1866f97

Please sign in to comment.