Skip to content

Commit

Permalink
fix(demo): remove tmp fix useMeta (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrocksiNet committed Jun 13, 2023
1 parent d5f0bcc commit 853fab7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions templates/vue-demo-store/composables/useMeta.ts

This file was deleted.

8 changes: 0 additions & 8 deletions templates/vue-demo-store/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ export default defineNuxtConfig({
},
},
},
alias: {
/**
* TODO: Temp fix until new VueUse published:
* - https://github.com/vueuse/vueuse/pull/2449
* - https://github.com/vueuse/vueuse/actions/workflows/publish.yml
*/
useMeta: "~/composables/useMeta",
},
/**
* Commented because of the StackBlitz error
* Issue: https://github.com/shopware/frontends/issues/88
Expand Down

2 comments on commit 853fab7

@vercel
Copy link

@vercel vercel bot commented on 853fab7 Jun 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 853fab7 Jun 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

frontends-demo – ./templates/vue-demo-store

frontends-demo-shopware-frontends.vercel.app
frontends-demo.vercel.app
frontends-demo-git-main-shopware-frontends.vercel.app

Please sign in to comment.