Skip to content

Commit

Permalink
fix: enregistre useHead après la création de l'app Vue
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Jun 25, 2024
1 parent 5ab5bdb commit 631345f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import { useUserStore } from "@/stores/user.js"
const { VUE_APP_MATOMO_SITE_ID:siteId = '58', VUE_APP_API_ENDPOINT } = import.meta.env
const { VUE_APP_SENTRY_DSN } = import.meta.env

const app = createApp(App)
const pinia = createPinia()
const head = createHead()
const app = createApp(App)
const router = createRouter({
routes,
history: createWebHistory(),
Expand Down

0 comments on commit 631345f

Please sign in to comment.